Compare commits
3 Commits
new-202508
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e6e8e83796 | |||
| 8fab54032b | |||
| 15d2bbba1f |
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user