From 308af3428943588c8c9621104edd7a3d6c58d1b5 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 29 二月 2024 21:05:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
index a5e7dc5..ec0c505 100644
--- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -164,7 +164,8 @@
                            @current-change="handleCurrentChange">
             </el-pagination>
           </div>
-          <el-dialog :visible.sync="syncDialogBox" append-to-body title="鎵嬪姩鍚屾" top="200px" @close="syncClose" v-loading="syncLoading"width="30%">
+          <el-dialog v-loading="syncLoading" :visible.sync="syncDialogBox" append-to-body title="鎵嬪姩鍚屾" top="200px"
+                     width="30%" @close="syncClose">
             <p style="display: inline-block">鏈�鍚庢洿鏂版椂闂达細</p>
             <el-date-picker
               v-model="SyncValue"
@@ -393,8 +394,6 @@
     },
   },
   created() {
-    // const index = this.$route.query.id.indexOf('@name=') + '@name='.length;
-    // this.result = this.$route.query.id.substring(index);
     getUserInfo().then(res => {
       this.result = res.data.data.realName
     })
@@ -439,8 +438,8 @@
             fileDocClassifyName: '',
             hasDownload: true,
             hasUpload: true,
-            hasEdit:true,
-            hasDel:true,
+            hasEdit: true,
+            hasDel: true,
             height: 'auto'
           }
         } else {
@@ -630,7 +629,7 @@
           this.syncLoading = false;
           this.syncDialogBox = false;
           this.SyncValue = "";
-        }else {
+        } else {
           this.syncLoading = false;
           this.syncDialogBox = false;
           this.SyncValue = "";

--
Gitblit v1.9.3