From 284ae5b9ff466a9b0cd6be7eed2aefa765feee6f Mon Sep 17 00:00:00 2001
From: cqf <2252655793@qq.com>
Date: Thu, 26 May 2022 13:43:28 +0800
Subject: [PATCH] 隐患汇总跳转查询优化
---
src/api/sgyhpczl/chartAnalysis.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/api/sgyhpczl/chartAnalysis.js b/src/api/sgyhpczl/chartAnalysis.js
index bae5a80..6ffc711 100644
--- a/src/api/sgyhpczl/chartAnalysis.js
+++ b/src/api/sgyhpczl/chartAnalysis.js
@@ -14,3 +14,18 @@
data
});
}
+
+export function chart_compare(data) {
+ return request({
+ headers:{
+ 'token': getTokenAndVerify().token,
+ 'verify':getTokenAndVerify().verify
+ },
+ url: "/taboi/danger/chart_compare",
+ contentType: "application/json",
+ method: 'POST',
+ data
+ });
+}
+
+
--
Gitblit v1.9.2