Source/UBCS-WEB/src/components/BatchImport/ShowImportData.vue
@@ -237,6 +237,7 @@ type: Array, default: () => ({}), }, resetTable: Function }, computed: { dialogVisible: { @@ -549,11 +550,13 @@ }, ]; } this.submitLoading = true this.submitLoading = true submitHistoryimport(params).then((res) => { this.submitLoading = false if (res.data.code === 200) { this.$message.success(res.data.msg); this.$parent.dialogVisible = false this.resetTable() } }); },