From 9b3de9ec4980c4b4acc8093a6e86dc14bc73292b Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 21 七月 2022 17:48:10 +0800
Subject: [PATCH] second commit

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

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

--
Gitblit v1.8.0