田源
2023-11-17 f4f58b97876cc6c8b20bd12ee276a9253a3b3ddd
主数据历史数据导入-表格刷新
已修改2个文件
2 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/BatchImport/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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>