diff --git a/web/client/src/sections/problem/components/tableData.jsx b/web/client/src/sections/problem/components/tableData.jsx index 24d811e..609d175 100644 --- a/web/client/src/sections/problem/components/tableData.jsx +++ b/web/client/src/sections/problem/components/tableData.jsx @@ -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 ( <>