Browse Source

optimization

master
liujiangyong 2 years ago
parent
commit
da14b91b78
  1. 2
      web/client/src/sections/patrolManage/containers/patrolReport.js

2
web/client/src/sections/patrolManage/containers/patrolReport.js

@ -102,7 +102,7 @@ function patrolReport(props) {
total: res.payload.data.count ? res.payload.data.count : 0, total: res.payload.data.count ? res.payload.data.count : 0,
}; };
}} }}
onReset={() => { }} onReset={() => { setDate([moment(), moment()]) }}
/> />
</> </>
) )

Loading…
Cancel
Save