From 5a82f47b78d643ccf34a22602bebb60237e5c3c1 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 28 七月 2023 11:54:04 +0800
Subject: [PATCH] 前端代码打包

---
 Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
index 1449f62..7b631ec 100644
--- a/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/Crud/VciMasterCrud.vue
@@ -101,7 +101,9 @@
             </el-pagination>
           </div>
         </div>
-        <BatchImport v-if="batchImportData.visible" v-bind="batchImportData" :visible.sync="batchImportData.visible">
+      </div>
+      <div>
+        <BatchImport v-if="batchImportData.visible" v-bind="batchImportData" :visible.sync="batchImportData.visible" :resetTable="CrudRend">
         </BatchImport>
       </div>
       <div class="bottom">

--
Gitblit v1.9.3