From 111cbdc0fba60c55a17b147550ec795fa1b48a0b Mon Sep 17 00:00:00 2001 From: fxxian Date: Mon, 8 Apr 2024 00:11:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=9B=B6=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=9B=B4=E6=96=B0screen=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/counter/components/screen.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {