From 861ab1735fad4abee21e067ff0b010c87069edc5 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 13 七月 2023 09:47:22 +0800
Subject: [PATCH] 提交代码
---
Source/UBCS-WEB/src/api/GetItem.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/src/api/GetItem.js b/Source/UBCS-WEB/src/api/GetItem.js
index a6464c9..9281bd4 100644
--- a/Source/UBCS-WEB/src/api/GetItem.js
+++ b/Source/UBCS-WEB/src/api/GetItem.js
@@ -46,3 +46,11 @@
})
}
+//娴佺▼鎵ц涓〃澶�
+export function FlowTable(data){
+ return request({
+ url: 'api/ubcs-code/mdmEngineController/getFlowdUIInfoByClassifyOid',
+ method: 'get',
+ data
+ })
+}
--
Gitblit v1.10.0