Source/UBCS-WEB/src/components/BatchImport/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/BatchImport/index.vue
@@ -254,6 +254,7 @@ onSuccess(res) { if (Object.keys(res.data).length === 0) { this.$message.success(this.title + "导入成功!"); this.resetTable() this.dialogVisible = false; return; } Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -144,6 +144,7 @@ </div> </div> <div> <!-- 导入--> <BatchImport v-if="batchImportData.visible" v-bind="batchImportData" :resetTable="CrudRend" :visible.sync="batchImportData.visible"> </BatchImport>