From 31f5d3c94c302036303d246becc213c943ef4c0e Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 26 Apr 2022 00:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E5=90=8E=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quickcommandUI/ConfirmBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/quickcommandUI/ConfirmBox.vue b/src/components/quickcommandUI/ConfirmBox.vue index ae1ba4d..4f07dad 100644 --- a/src/components/quickcommandUI/ConfirmBox.vue +++ b/src/components/quickcommandUI/ConfirmBox.vue @@ -24,7 +24,7 @@ export default { methods: { clickOK() { - this.$emit("clickOK"); + this.$emit("clickOK", true); }, }, props: {