100J相关bug修改

This commit is contained in:
fengerli
2026-02-27 11:51:12 +08:00
parent aa87a1a78f
commit 15d2bbba1f
2 changed files with 113 additions and 40 deletions

View File

@ -469,12 +469,11 @@
},
Apply(item, index) {
this.mqttClient = new MqttClient();
this.updateProgress = 0;
this.isUpdating = true;
let data = {
id: item.id
}
deviceUpdateVoice(data).then((RES) => {
console.log(RES,'RES');
if (RES.code == 200) {
this.updateProgress = 0;
this.isUpdating = true;