Browse Source

fix; 视频监控 列表

tags/PMS_V1.0.0_Alpha5
chenglb 1 year ago
parent
commit
fd97ee6c09
  1. 2
      src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx

2
src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx

@ -57,7 +57,7 @@ export default function HistoryTable(props) {
const getHistoryVideoList = ()=>{ const getHistoryVideoList = ()=>{
let start_time = timeRange[0].format('YYYY-MM-DD HH:mm:ss'), let start_time = timeRange[0].format('YYYY-MM-DD HH:mm:ss'),
end_time = timeRange[1].format('YYYY-MM-DD HH:mm:ss'); end_time = timeRange[1].format('YYYY-MM-DD HH:mm:ss');
ajax.getHistoryVideoList({...pageData, start_time, end_time}).then(
ajax.getHistoryVideoList({...pageData, start_time, end_time, id: id , type: 2}).then(
res=>{ res=>{
if(res.status == 20000){ if(res.status == 20000){
setTableData(res.data) setTableData(res.data)

Loading…
Cancel
Save