From 73cb3ec2b1660610e3621d7614ad308f2c19331d Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 16 十一月 2023 17:19:38 +0800 Subject: [PATCH] 1.修改了综合风险模型表格数据的获取 2.修改了时间选择器 --- src/api/exceptionApi.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/api/exceptionApi.js b/src/api/exceptionApi.js index 104fbb3..cfc4c1f 100644 --- a/src/api/exceptionApi.js +++ b/src/api/exceptionApi.js @@ -18,6 +18,7 @@ } }) }, + // 鏍规嵁鏈堜唤鍜岀被鍨嬫煡鎵惧垎鏋愭暟鎹� analysisdataByType(month,type) { return $http.get('/dust/analysisdataByType', { @@ -27,6 +28,7 @@ } }) }, + // 鏍规嵁鏃舵鍜岀被鍨嬫煡鎵惧垎鏋愭暟鎹� analysisdataByTimeAndType(beginTime,endTime,type) { return $http.get('/dust/analysisdataByTimeAndType', { @@ -37,6 +39,8 @@ } }) }, + + /** * @@ -59,9 +63,6 @@ }, - - - getSitesNum() { return $http.get('/dust/sitename') -- Gitblit v1.9.3