fix: 清零同步更新screen数据
This commit is contained in:
parent
9221e203d0
commit
111cbdc0fb
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue