From eea69e875bbdab46a41058a96a8998ec9c95f67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9=E7=8E=AE?= Date: Thu, 1 Jul 2021 17:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/drawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/drawer.vue b/src/components/table/drawer.vue index 4934940..8065d36 100644 --- a/src/components/table/drawer.vue +++ b/src/components/table/drawer.vue @@ -66,7 +66,7 @@ export default { this.loading = true; await (this.onok && this.onok()); this.loading = false; - this.visiable = false; + this.$emit('change', false); }, }, }; -- GitLab