From b9bc80def4e77e1bd2b224747a4dbf0b486e4c1d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Apr 2021 16:49:12 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
---
src/api/supervisory/data.js | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/src/api/supervisory/data.js b/src/api/supervisory/data.js
index 7475b4c..b07eaf9 100644
--- a/src/api/supervisory/data.js
+++ b/src/api/supervisory/data.js
@@ -6,4 +6,20 @@
method: 'get',
params: {}
})
-}
\ No newline at end of file
+}
+
+export const getEquipmentList = () => {
+ return request({
+ url: '/api/blade-jfpts/alarm/alarm/selectEq',
+ method: 'get',
+ params: {}
+ })
+}
+
+export const getDayWarnList = () => {
+ return request({
+ url: '/api/blade-jfpts/alarm/alarm/selectScount',
+ method: 'get',
+ params: {}
+ })
+}
--
Gitblit v1.9.3