From b417ffcc48caff0f1e177b8445d22683cc9b08af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 17:02:16 +0800
Subject: [PATCH] 1.角色清单 新增系统变色

---
 src/api/sbgl.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/api/sbgl.js b/src/api/sbgl.js
index 87a541a..564e655 100644
--- a/src/api/sbgl.js
+++ b/src/api/sbgl.js
@@ -315,3 +315,27 @@
     params: data
   })
 }
+// 璁惧缁翠慨璁板綍鏌ヨ
+export function DeviceUpdateSearch(data) {
+  return request({
+    url: 'DeviceManager/DeviceUpdateSearch',
+    method: 'get',
+    params: data
+  })
+}
+// 璁惧缁翠慨璁板綍鏄庣粏鏌ヨ
+export function DeviceUpdateSubSearch(data) {
+  return request({
+    url: 'DeviceManager/DeviceUpdateSubSearch',
+    method: 'get',
+    params: data
+  })
+}
+// 璁惧缁翠慨璁板綍涓嬭浇
+export function DeviceUpdateOutExcel(data) {
+  return request({
+    url: 'DeviceManager/DeviceUpdateOutExcel',
+    method: 'get',
+    params: data
+  })
+}

--
Gitblit v1.9.3