From 7602a824e39e19260ae32bb45e799e6ce43300ac Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 14 七月 2023 21:15:29 +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.9.3