Browse Source

Merge branch 'develop' of http://120.27.195.166:3000/chenglb/PMS_Frontend_v1.0.0 into develop

tags/PMS_V1.0.0_Alpha5
xingjx 1 year ago
parent
commit
64c007baa2
  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 = ()=>{
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)

Loading…
Cancel
Save