From fd97ee6c09d016be5c2923825b482a7649a0445d Mon Sep 17 00:00:00 2001 From: chenglb Date: Fri, 19 Jan 2024 10:29:28 +0800 Subject: [PATCH] =?UTF-8?q?fix;=20=E8=A7=86=E9=A2=91=E7=9B=91=E6=8E=A7=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)