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