From 358f12562a20fb4f8cb50a6ff7de1dc4f72ee4fe Mon Sep 17 00:00:00 2001
From: fujunling <2984387807@qq.com>
Date: 星期二, 27 六月 2023 16:24:16 +0800
Subject: [PATCH] fjl

---
 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