Source/UBCS-WEB/src/components/BatchImport/ShowImportData.vue
@@ -237,6 +237,7 @@ type: Array, default: () => ({}), }, resetTable: Function }, computed: { dialogVisible: { @@ -554,6 +555,8 @@ this.submitLoading = false if (res.data.code === 200) { this.$message.success(res.data.msg); this.$parent.dialogVisible = false this.resetTable() } }); },