From b1b6f3725d5abd7d366289c94bf8d71eb9180043 Mon Sep 17 00:00:00 2001
From: mamc <1428594221@qq.com>
Date: 星期三, 28 六月 2023 14:43:20 +0800
Subject: [PATCH] 默认参照列表接口修改
---
Source/UBCS-WEB/src/components/BatchImport/index.vue | 25 ++-----------------------
1 files changed, 2 insertions(+), 23 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/BatchImport/index.vue b/Source/UBCS-WEB/src/components/BatchImport/index.vue
index c73ac79..b7d08ea 100644
--- a/Source/UBCS-WEB/src/components/BatchImport/index.vue
+++ b/Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -138,6 +138,8 @@
} else if(this.type === 'batchImportApply') {
return {
codeClassifyOid: this.codeClassifyOid,
+ secDTOList: this.secDTOList,
+ ...this.codeApplyForm
}
}
}
@@ -145,7 +147,6 @@
data() {
return {
classifyAttr: "id",
- uploadParams: {},
downloadLoading: false,
showVisible: false,
leftTree: [],
@@ -180,28 +181,6 @@
};
},
methods: {
- // getDataByType() {
- // if (this.type === "historyImport") {
- // } else if (this.type === "codeApply_leaf") {
- // this.title = "鎵归噺缂栫爜鐢宠";
- // this.tipList = [
- // "1.鏍囬甯︿簲瑙掓槦鐨勮〃绀哄叧閿睘鎬э紝甯︽槦鍙疯〃绀哄繀杈撻」",
- // "2.鍒嗙被鐨勮矾寰勯渶瑕佺敤#鍒嗛殧銆備粠褰撳墠閫夋嫨鍒嗙被鑺傜偣鐨勪笅绾у紑濮嬪~鍐欙紝鐩村埌鏈�鏈熬鑺傜偣锛屽 浜у搧#涓绘満浜у搧#涓绘満浜у搧",
- // ];
- // this.action =
- // "/api/ubcs-code/mdmEngineController/batchImportHistoryData";
- // } else {
- // this.title = "鍘嗗彶鏁版嵁瀵煎叆";
- // this.tipList = [
- // "1.鏍囬甯︿簲瑙掓槦鐨勮〃绀哄叧閿睘鎬э紝甯︽槦鍙疯〃绀哄繀杈撻」",
- // "2.浼佷笟缂栫爜锛岄泦鍥㈢爜鍜岀姸鎬侀兘闇�瑕佸鍏�",
- // "3.姣忔浠呰兘鏈�澶氬鍏�10000鏉℃暟鎹紝濡傛灉鍑洪敊浼氳繑鍥為敊璇殑鏁版嵁鍜屽師鍥狅紝浣嗘槸姝g‘鐨勬暟鎹細淇濆瓨",
- // "4.鍒嗙被鐨勮矾寰勯渶瑕佺敤#鍒嗛殧銆備粎濉啓褰撳墠閫夌殑鍒嗙被鏍戜笂鐨勪笅绾у垎绫荤殑璺緞锛屽鏋滃綋鍓嶅垎绫诲凡缁忔槸鍙跺瓙鑺傜偣锛屽垯涓嶅~鍐�",
- // ];
- // this.action =
- // "/api/ubcs-code/mdmEngineController/batchImportHistoryData";
- // }
- // },
async beforeUpload(file) {
console.log(223344);
const fileType = file.name.split(".").pop();
--
Gitblit v1.10.0