From 4d46d3d70d2f38eebd2b861a97a9bf5ba9604ada Mon Sep 17 00:00:00 2001 From: fujunling <2984387807@qq.com> Date: 星期四, 13 七月 2023 11:08:28 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- 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