|
|
@ -48,6 +48,11 @@ const TableData = ({ route, dispatch, actions, collectData, setSetup, exhibition |
|
|
|
}) |
|
|
|
break; |
|
|
|
case 'videoAbnormal': |
|
|
|
// dispatch(problem.getAlarmDataGroup()).then((res) => { |
|
|
|
|
|
|
|
|
|
|
|
// if (res.success) { } |
|
|
|
// }) |
|
|
|
break; |
|
|
|
default: |
|
|
|
dispatch(problem.getAlarmDataGroup()).then((res) => { |
|
|
@ -108,7 +113,7 @@ const TableData = ({ route, dispatch, actions, collectData, setSetup, exhibition |
|
|
|
}, [query, search]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(query); |
|
|
|
return ( |
|
|
|
<> |
|
|
|
<div style={{ backgroundColor: '#FFFFFF', paddingTop: 8 }}> |
|
|
|