From 385f565007bf778c37a2f8c66ee72231a85cd2af Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 10 十月 2023 19:58:22 +0800
Subject: [PATCH] 前端打包文件上传
---
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