From d757051373c8e25c921d6da48228598a2b954675 Mon Sep 17 00:00:00 2001 From: yison Date: Thu, 21 Mar 2019 12:36:32 +0800 Subject: [PATCH] forward --- src/components/modal/modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 4eb42241..a403e6dc 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -257,7 +257,7 @@ this.buttonLoading = true; } else { if (this.autoClose) { - this.visible = false; + // this.visible = false; } this.$emit('input', false); }