From 14c6b513f25fad2546d2e4366b73d220777c5624 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期二, 27 六月 2023 16:53:04 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- 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.9.3