|
|
@ -67,7 +67,7 @@ |
|
|
|
/> |
|
|
|
/> |
|
|
|
<div class="monitor-words"> |
|
|
|
<div class="monitor-words"> |
|
|
|
<div class="words-li"> |
|
|
|
<div class="words-li"> |
|
|
|
<div class="ash">开关状态:</div> |
|
|
|
<div class="ash">运行状态模式:</div> |
|
|
|
<div class="white"> |
|
|
|
<div class="white"> |
|
|
|
<el-select |
|
|
|
<el-select |
|
|
|
v-model="item.hotPumpStatus" |
|
|
|
v-model="item.hotPumpStatus" |
|
|
@ -1061,12 +1061,12 @@ export default { |
|
|
|
param: param, |
|
|
|
param: param, |
|
|
|
}; |
|
|
|
}; |
|
|
|
console.log("操作参数", data); |
|
|
|
console.log("操作参数", data); |
|
|
|
|
|
|
|
// 开启 loading 效果 |
|
|
|
|
|
|
|
this.loading = true; |
|
|
|
operationConrol([data]) |
|
|
|
operationConrol([data]) |
|
|
|
.then((res) => { |
|
|
|
.then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
if (res.code == 200) { |
|
|
|
this.$modal.msgSuccess("指令下发成功!"); |
|
|
|
this.$modal.msgSuccess("指令下发成功!"); |
|
|
|
// 开启 loading 效果 |
|
|
|
|
|
|
|
this.loading = true; |
|
|
|
|
|
|
|
// 更新所有设备状态; |
|
|
|
// 更新所有设备状态; |
|
|
|
setTimeout(() => { |
|
|
|
setTimeout(() => { |
|
|
|
this.getWaterList().finally(() => { |
|
|
|
this.getWaterList().finally(() => { |
|
|
|