From a4e06ccd3cd976fbe4eef99e188d42ec9f3ad054 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 08 Apr 2021 09:32:05 +0800
Subject: [PATCH] 样式修改

---
 src/api/supervisory/data.js |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/src/api/supervisory/data.js b/src/api/supervisory/data.js
index 0c729d9..15e75dc 100644
--- a/src/api/supervisory/data.js
+++ b/src/api/supervisory/data.js
@@ -9,9 +9,25 @@
 }
 
 export const getEquipmentList = () => {
-    return request({
-      url: '/api/blade-jfpts/alarm/alarm/selectEq',
-      method: 'get',
-      params: {}
-    })
-  }
\ No newline at end of file
+  return request({
+    url: '/api/blade-jfpts/alarm/alarm/selectEq',
+    method: 'get',
+    params: {}
+  })
+}
+
+export const getDayWarnList = () => {
+  return request({
+    url: '/api/blade-jfpts/alarm/alarm/selectAlertScount',
+    method: 'get',
+    params: {}
+  })
+}
+
+export const getEquipment = () => {
+  return request({
+    url: '/api/blade-jfpts/equipment/equipment/SeleC',
+    method: 'post',
+    params: {}
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.3