diff --git a/src/components/Catch/Table/mixin/import.js b/src/components/Catch/Table/mixin/import.js index 0d5508b1ae18e7c6c9838d2c7e7d28a4623bef10..f2b8216a231aa3d83c604c54f4a0e316a808bc95 100644 --- a/src/components/Catch/Table/mixin/import.js +++ b/src/components/Catch/Table/mixin/import.js @@ -43,6 +43,9 @@ export default { importSuccess(response, file, fileList) { this.importLoading = false if (response.data.code === 10000) { + this.importVisible = false + this.importList = [] + this.$emit('ok') this.$message.success('导入成功') } else { this.$message.error(response.data.message)