From e5472658db11d318cf2607d7e0a47460573da3f0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 18 十一月 2022 11:15:43 +0800
Subject: [PATCH] 1.设备保养项目、设备点检标准、设备保养标准导入接口提交

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

diff --git a/src/api/xtsz.js b/src/api/xtsz.js
index d3c6b84..dc37f10 100644
--- a/src/api/xtsz.js
+++ b/src/api/xtsz.js
@@ -25,3 +25,30 @@
     params: data
   })
 }
+
+// 杞﹂棿鍏憡鍒楄〃
+export function SystemAnnouncementSearch(data) {
+  return request({
+    url: 'SystemSetting/SystemAnnouncementSearch',
+    method: 'get',
+    params: data
+  })
+}
+
+// 杞﹂棿鍏憡鏂板缂栬緫鎻愪氦
+export function SystemAnnouncementAddUpdate(data, id, ancetitle, ancecont, level, cancel, opertype) {
+  return request({
+    url: 'SystemSetting/SystemAnnouncementAddUpdate?id=' + id + '&ancetitle=' + ancetitle + '&ancecont=' + ancecont + '&level=' + level + '&cancel=' + cancel + '&opertype=' + opertype,
+    method: 'post',
+    data
+  })
+}
+
+// 杞﹂棿鍏憡鍒犻櫎
+export function SystemAnnouncementDelete(data) {
+  return request({
+    url: 'SystemSetting/SystemAnnouncementDelete',
+    method: 'post',
+    params: data
+  })
+}

--
Gitblit v1.9.3