diff --git a/src/components/modal/confirm.js b/src/components/modal/confirm.js index a3cb86af..ae7c0774 100644 --- a/src/components/modal/confirm.js +++ b/src/components/modal/confirm.js @@ -169,8 +169,8 @@ Modal.newInstance = properties => { this.buttonLoading = true; } else { if (this.autoClose) { - this.$children[0].visible = false; - this.remove(); + // this.$children[0].visible = false; + // this.remove(); } }