From 06b074ab32f354aff50203e61e1fea93dabd9c37 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 4 Aug 2023 19:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=8A=9E=E4=BA=8B=E9=A1=B9=20?= =?UTF-8?q?=E9=83=A8=E9=97=A8-=E8=B4=A3=E4=BB=BB=E4=BA=BA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 83 ++++++++++++----------------- 1 file changed, 35 insertions(+), 48 deletions(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index 1cfbe228..aad264a0 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -1443,53 +1443,36 @@ const Index = () => { { isSuperAdmin && (wait === 'wait' || kind === 'handle') && { - handleState === '待处理' ? // 管理员指派 - <> - { - setIsAppoint(e.detail.value === '指派' ? true : false) - }}> - 指派 - 不处理 - - { - isAppoint && <> - - 责任人:{appointUser !== null ? userList[appointUser]?.name : ''} - setAppointUser(Number(e.detail.value))} - > - - - -