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(() => { .then(() => {
console.log("打印id",id) // console.log("id",id)
// this.handleSwitchOperationConrol(id, value); this.handleSwitchOperationConrol(id, value);
}) })
.catch(() => { .catch(() => {
// //

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

@ -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(() => {

Loading…
Cancel
Save