|
|
@ -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) |
|
|
|