|
|
@@ -1308,7 +1308,7 @@ export default {
|
|
|
this.resetTurn = 0;
|
|
|
}
|
|
|
|
|
|
- this.mqttPublish(2,this.deviceInfo,arr)
|
|
|
+ this.mqttPublish(2,this.deviceInfo,arr,true);
|
|
|
this.$forceUpdate()
|
|
|
this.canGetPrsValue = true;
|
|
|
setTimeout(function(){
|
|
|
@@ -1366,7 +1366,7 @@ export default {
|
|
|
let self= this;
|
|
|
arr.push(pressObj);
|
|
|
}
|
|
|
- this.mqttPublish(2,this.deviceInfo,arr)
|
|
|
+ this.mqttPublish(2,this.deviceInfo,arr,true);
|
|
|
this.$forceUpdate()
|
|
|
this.canGetPrsValue = true;
|
|
|
this.canGetPrsValue = true;
|