From 086765836d22b11cf42f7dc2e9843a64d3d7da1c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 16 三月 2023 08:57:21 +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