From e40973680e8842a0797ca2e1cd45ec5e6bf0f3d8 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 18 十月 2023 13:47:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/api/system/dept.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/system/dept.js b/Source/UBCS-WEB/src/api/system/dept.js
index 9f41441..8e594f5 100644
--- a/Source/UBCS-WEB/src/api/system/dept.js
+++ b/Source/UBCS-WEB/src/api/system/dept.js
@@ -81,3 +81,10 @@
   })
 }
 
+export const updateUserStatus = (params) => {
+  return request({
+    url: '/api/ubcs-user/updateUserStatus',
+    method: 'post',
+    data: params
+  })
+}

--
Gitblit v1.9.3