Browse Source

1、风柜系统添加定时;

2、热水设置请求设置;
meizhou
25604 3 weeks ago
parent
commit
c90530caad
  1. 4
      src/views/aircAndWindc/awSysMonitor/index.vue
  2. 6
      src/views/hotWater/waterControl/index.vue

4
src/views/aircAndWindc/awSysMonitor/index.vue

@ -984,8 +984,8 @@ export default {
}
)
.then(() => {
console.log("打印id",id)
// this.handleSwitchOperationConrol(id, value);
// console.log("id",id)
this.handleSwitchOperationConrol(id, value);
})
.catch(() => {
//

6
src/views/hotWater/waterControl/index.vue

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

Loading…
Cancel
Save