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) {
|
Apply(item, index) {
|
||||||
this.mqttClient = new MqttClient();
|
this.mqttClient = new MqttClient();
|
||||||
this.updateProgress = 0;
|
|
||||||
this.isUpdating = true;
|
|
||||||
let data = {
|
let data = {
|
||||||
id: item.id
|
id: item.id
|
||||||
}
|
}
|
||||||
deviceUpdateVoice(data).then((RES) => {
|
deviceUpdateVoice(data).then((RES) => {
|
||||||
|
console.log(RES,'RES');
|
||||||
if (RES.code == 200) {
|
if (RES.code == 200) {
|
||||||
this.updateProgress = 0;
|
this.updateProgress = 0;
|
||||||
this.isUpdating = true;
|
this.isUpdating = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user