Browse Source

巡检频次优化

master
liujiangyong 2 years ago
parent
commit
002e3471ba
  1. 3
      web/client/src/sections/patrolManage/components/planModal.js

3
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'}
>

Loading…
Cancel
Save