设备列表重复问题处理

This commit is contained in:
kerwincui
2022-06-10 21:29:46 +08:00
parent 34b0cd53ea
commit 8571f899da
5 changed files with 12 additions and 7 deletions

View File

@@ -461,7 +461,7 @@ export default {
this.chartLoading = true;
// Mqtt发布实时监测
let model = {};
model.name = "";
model.name = "关闭实时监测";
model.value = 0;
this.mqttPublish(4, this.monitorDevice, model);
},