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: {