From 4d35cc54167abbaffe090a309ef4c9aaf171e579 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期一, 25 七月 2022 14:00:56 +0800
Subject: [PATCH] 添加和修改

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

diff --git a/src/api/cause.js b/src/api/cause.js
index 42421af..e54a1cb 100644
--- a/src/api/cause.js
+++ b/src/api/cause.js
@@ -12,4 +12,20 @@
         url: '/cause/getCauseList',
         method: 'get',
     })
+}
+export function remove(params) {
+    return request({
+        url: '/cause/deleteCause',
+        method: 'delete',
+        params: {
+            id: params
+        }
+    })
+}
+
+export function user(params) {
+    return request({
+        url: '/cause/getManagerList',
+        method: 'get',
+    })
 }
\ No newline at end of file

--
Gitblit v1.8.0