diff --git a/src/views/counter/components/screen.vue b/src/views/counter/components/screen.vue index 8287237..8d7c33c 100644 --- a/src/views/counter/components/screen.vue +++ b/src/views/counter/components/screen.vue @@ -144,8 +144,8 @@ export default { this.showCountConfirmationDialog() } else { await this.sendRemoteControlCommand('countClear') + this.$emit('countClear') } - this.$emit('countClear') }, async handleMosqClean() { if (!this.dialogMosqVisible) {