diff --git a/src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx b/src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx index 40f4912..9ca8f44 100644 --- a/src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx +++ b/src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx @@ -57,7 +57,7 @@ export default function HistoryTable(props) { const getHistoryVideoList = ()=>{ let start_time = timeRange[0].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=>{ if(res.status == 20000){ setTableData(res.data)