Browse Source

养护查询关键字 conserve

dev
巴林闲侠 2 years ago
parent
commit
4e016c54c3
  1. 2
      web/client/src/sections/quanju/containers/example.js

2
web/client/src/sections/quanju/containers/example.js

@ -24,7 +24,7 @@ const Example = (props) => {
console.log(tab);
if (tab === 'conserve') {
dispatch(getReportList({
reportType: 'patrol',
reportType: 'conserve',
isTop: true
})).then(res => {
console.log(res);

Loading…
Cancel
Save