From c48424facd0ecfb470766da232cc209d666fdd3e Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期四, 21 九月 2023 11:36:32 +0800
Subject: [PATCH] 1、修改分类授权查询树的接口。 2、修改分类授权保存接口。
---
Source/UBCS-WEB/src/api/GetItem.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/GetItem.js b/Source/UBCS-WEB/src/api/GetItem.js
index 190225d..2ba7b96 100644
--- a/Source/UBCS-WEB/src/api/GetItem.js
+++ b/Source/UBCS-WEB/src/api/GetItem.js
@@ -100,3 +100,13 @@
}
})
}
+// 鏇存柊闆嗗洟鐮佸�兼暟鎹�
+export function receiveEditApply(params) {
+ return request({
+ url: 'api/ubcs-applyjtcodeservice/DockingPreApplyCode/receiveEditApply',
+ method: 'post',
+ params: {
+ ...params
+ }
+ })
+}
--
Gitblit v1.10.0