From e8954c9a1bae0ea57480642ed6d6b126873c1412 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 21 九月 2023 14:56:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/api/integration/sysInfo.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/integration/sysInfo.js b/Source/UBCS-WEB/src/api/integration/sysInfo.js
index 6292caa..17bc628 100644
--- a/Source/UBCS-WEB/src/api/integration/sysInfo.js
+++ b/Source/UBCS-WEB/src/api/integration/sysInfo.js
@@ -36,3 +36,19 @@
params: params
})
}
+//鍒嗙被鎺堟潈鏍�
+export const sysInfoTree = (params) => {
+ return request({
+ url: '/api/ubcs-code/codeApplyWebManagementController/getSystemClassifyRoleTree',
+ method: 'get',
+ params: params
+ })
+}
+// 鍒嗙被鎺堟潈
+export const batchAddSave = (params) => {
+ return request({
+ url: '/api/ubcs-code/codeApplyWebManagementController/batchAddSave',
+ method: 'post',
+ params: params
+ })
+}
--
Gitblit v1.9.3