|
@ -871,7 +871,7 @@ const Index = () => { |
|
|
if (isSuperAdmin) { |
|
|
if (isSuperAdmin) { |
|
|
data = { |
|
|
data = { |
|
|
handleState: isAppoint ? '已指派' : '不处理', |
|
|
handleState: isAppoint ? '已指派' : '不处理', |
|
|
performerId: userList[appointUser].id, |
|
|
performerId: userList[appointUser]?.id, |
|
|
handleAdvice, |
|
|
handleAdvice, |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|