From 83afaa6677d935255c46e374b2469c6caf55182b Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 19 Dec 2023 11:48:13 +0800
Subject: [PATCH] 审批功能
---
src/api/system/user.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 3155c41..175b3b8 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -80,6 +80,16 @@
})
}
+export const batchAudit = (ids,auditStatus) => {
+ return request({
+ url: '/api/blade-user/batchAudit',
+ method: 'post',
+ params: {
+ ids,auditStatus
+ }
+ })
+}
+
export const add = (row) => {
return request({
url: '/api/blade-user/submit',
@@ -230,4 +240,4 @@
roleIds,
}
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3