From 22d2a2a1c6c2aed14d4cbe25b8d5f6e00f3adac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8A=92?= <6475813@qq.com> Date: Wed, 22 Dec 2021 08:27:40 +0000 Subject: [PATCH] update src/components/Catch/Table/mixin/import.js. --- src/components/Catch/Table/mixin/import.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Catch/Table/mixin/import.js b/src/components/Catch/Table/mixin/import.js index 0d5508b..f2b8216 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) -- Gitee