Browse Source

(*)应用告警导出,先去掉limit:1避免报错

dev
wuqun 2 years ago
parent
commit
69e20202ea
  1. 2
      web/client/src/sections/problem/components/tableData.jsx

2
web/client/src/sections/problem/components/tableData.jsx

@ -179,7 +179,7 @@ const TableData = ({ route, dispatch, actions, collectData, setSetup, exhibition
}
switch (route) {
case 'useAbnormal':
dispatch(problem.getAlarmLnspectionApi({ ...search.current, limit: 1, sustainTimeStart, sustainTimeEnd, pepProjectId: pepProjectId })).then((res) => {
dispatch(problem.getAlarmLnspectionApi({ ...search.current, sustainTimeStart, sustainTimeEnd, pepProjectId: pepProjectId })).then((res) => {
if (res.success) {
if (res.payload.data.count) {
url = `alarm/application/api?token=${user.token}&toExport=1&timestamp=${moment().valueOf()}&keyword=${keyword}&errType=${errType}`

Loading…
Cancel
Save