From d5129a9d3f2be1d73adbe0e4a7478e8f7e8fc9bc Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 06 十二月 2023 16:18:46 +0800
Subject: [PATCH] 菜单管理-从其它模板克隆对话框优化

---
 Source/UBCS-WEB/src/components/Master/MasterTransfer.vue |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
index 0088dc4..5ffff04 100644
--- a/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
+++ b/Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
@@ -1,5 +1,6 @@
 <template>
-  <el-dialog :close-on-click-modal="false" :visible.sync="dialogPush" append-to-body style="width: 1550px; margin: auto" title="瀵煎嚭"
+  <el-dialog :close-on-click-modal="false" :visible.sync="dialogPush" append-to-body style="width: 1550px; margin: auto"
+             title="瀵煎嚭"
              @close="escHandler">
     <div style="margin-bottom: 20px;">
       <div>
@@ -9,8 +10,7 @@
           <el-radio :label="1">鍏ㄩ儴</el-radio>
           <el-radio :label="2">椤电爜</el-radio>
         </el-radio-group>
-        <span v-if="radio === 2" style="margin-left: 20px;"><el-input v-model="pageExport"
-                                                                      style="width: 150px"></el-input> 锛堣緭鍏ラ〉鐮佹垨鑰呴〉闈㈣寖鍥达紝濡傦細1-10)锛�</span>
+        <span v-if="radio === 2" style="margin-left: 20px;"><el-input v-model="pageExport" style="width: 150px"></el-input> 锛堣緭鍏ラ〉鐮佹垨鑰呴〉闈㈣寖鍥达紝濡傦細1-10锛�</span>
       </div>
     </div>
     <div style="text-align: center">
@@ -112,7 +112,7 @@
     },
     value: {
       handler(newval, oldval) {
-        console.log('value', newval)
+        // console.log('value', newval)
       }
     }
   },
@@ -157,7 +157,6 @@
               'conditionMap[oid]': this.ids, ...this.exportArrTwo,
               limit: -1
             }).then(res => {
-              // console.log('res',res)
               if (res) {
                 func.downloadFileByBlobHandler(res);
                 this.escHandler()
@@ -185,7 +184,6 @@
               this.exportArrTwo[`attrIdIndexMap[${index}]`] = prop;
             });
           exportCode({codeClassifyOid: this.codeClassifyOid, ...this.exportArrTwo, limit: -1}).then(res => {
-            // console.log('res',res)
             if (res) {
               func.downloadFileByBlobHandler(res);
               this.escHandler()
@@ -193,7 +191,6 @@
           })
         } else {
           exportCode({codeClassifyOid: this.codeClassifyOid, ...this.exportArr, limit: -1}).then(res => {
-            // console.log('res',res)
             if (res) {
               func.downloadFileByBlobHandler(res);
               this.escHandler()

--
Gitblit v1.9.3