diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index ab002782..088de738 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -1444,12 +1444,14 @@ const Index = () => { isSuperAdmin && (wait === 'wait' || kind === 'handle') && { handleState === '待处理' && <> - { - setIsAppoint(e.detail.value === '指派' ? true : false) - }}> - 指派 - 不处理 - + + { + setIsAppoint(e.detail.value === '指派' ? true : false) + }}> + 指派 + 不处理 + + { isAppoint && <> @@ -1463,13 +1465,15 @@ const Index = () => { -