Commit b1ac6981 authored by 李纪文's avatar 李纪文

fix: 历史回放增加统计取值

parent 2a8744b5
......@@ -1020,6 +1020,7 @@ const ConfigurationView = (props) => {
/** **************************************历史模态渲染****************************************** */
const historyModalRender = (data, list) => {
if(!data.shName) return false;
historyInfoParams = [
{
deviceCode: list.code,
......
......@@ -67,3 +67,12 @@ export function getVideoDetail(params) {
params,
});
}
// 获取统计数据
export function getStatisticsInfo(data) {
return request({
url: `${baseURI}/PandaMonitor/Monitor/Device/EquipmentDataReports`,
method: REQUEST_METHOD_POST,
data,
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment