From 002e3471ba42c3cb961ec69d2dc5d2c049c43996 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Tue, 17 Jan 2023 18:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E9=A2=91=E6=AC=A1=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/patrolManage/components/planModal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/patrolManage/components/planModal.js b/web/client/src/sections/patrolManage/components/planModal.js index 583c56c..67f4e96 100644 --- a/web/client/src/sections/patrolManage/components/planModal.js +++ b/web/client/src/sections/patrolManage/components/planModal.js @@ -92,7 +92,8 @@ const PlanModal = ({ visible, onCreate, onCancel, dispatch, userLoading, userLis ...curRecord, time: [moment(curRecord?.startTime), moment(curRecord?.startTime)], points: curRecord?.points?.map(p => p.id), - userDept: curRecord?.user?.department?.name + userDept: curRecord?.user?.department?.name, + frequency: curRecord?.frequency?.split('次')[0] }} disabled={type === 'view'} >