From efdfc33415d43d2f97cdfa66a48e3713f6c2fd1a Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 24 八月 2023 20:33:39 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/api/work/businese.js | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/Source/UBCS-WEB/src/api/work/businese.js b/Source/UBCS-WEB/src/api/work/businese.js index 011c585..5ac038b 100644 --- a/Source/UBCS-WEB/src/api/work/businese.js +++ b/Source/UBCS-WEB/src/api/work/businese.js @@ -2,15 +2,6 @@ export const businese = (params) => { return request({ - url: '/api/ubcs-code/mdmEngineController/getDataByOid', - method: 'get', - params:{ - ...params - } - }) -} -export const add = (params) => { - return request({ url: '/api/ubcs-code/mdmEngineController/getTableDataByOids', method: 'get', params:{ -- Gitblit v1.9.3