This commit is contained in:
kerwincui
2022-06-27 20:45:15 +08:00
parent 267b45581f
commit 9dfc874d6f

View File

@@ -376,7 +376,7 @@ export default {
this.mqttPublish(3, this.deviceInfo, model);
this.openFirmware = false;
},
/** 修改按钮操作 */
/** 获取最新固件 */
getLatestFirmware(deviceId) {
getLatestFirmware(deviceId).then(response => {
this.firmware = response.data;