From 7e5c9c80d8679edc299b6e978757f5ab869804dd Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 4 Aug 2023 21:08:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=8D=E5=A4=84=E7=90=86=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index aad264a0..ab002782 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -871,7 +871,7 @@ const Index = () => { if (isSuperAdmin) { data = { handleState: isAppoint ? '已指派' : '不处理', - performerId: userList[appointUser].id, + performerId: userList[appointUser]?.id, handleAdvice, } } else {