fix: 清零同步更新screen数据

This commit is contained in:
fxxian 2024-04-08 00:11:02 +08:00
parent 9221e203d0
commit 111cbdc0fb
1 changed files with 1 additions and 1 deletions

View File

@ -144,8 +144,8 @@ export default {
this.showCountConfirmationDialog() this.showCountConfirmationDialog()
} else { } else {
await this.sendRemoteControlCommand('countClear') await this.sendRemoteControlCommand('countClear')
this.$emit('countClear')
} }
this.$emit('countClear')
}, },
async handleMosqClean() { async handleMosqClean() {
if (!this.dialogMosqVisible) { if (!this.dialogMosqVisible) {