Browse Source

冷定值绑点修改

meizhou
v-lijf43 3 weeks ago
parent
commit
e27df7aab2
  1. 4
      src/views/centerairC/sysMonitor/hostDetails.vue
  2. 2
      src/views/centerairC/sysMonitor/monitorCenter.vue

4
src/views/centerairC/sysMonitor/hostDetails.vue

@ -602,7 +602,7 @@ export default {
item.otherName.includes("用户冷水设定值"); item.otherName.includes("用户冷水设定值");
const isCombinedCondition3 = const isCombinedCondition3 =
Number(item.paramType) === 12 && Number(item.paramType) === 12 &&
item.otherName.includes("冷水设定值偏移"); item.otherName.includes("冷水偏移值设置");
// false // false
return ( return (
!isSpecificParamType && !isSpecificParamType &&
@ -643,7 +643,7 @@ export default {
this.coldWaterControlObj = item; this.coldWaterControlObj = item;
} else if ( } else if (
item.paramType === "12" && item.paramType === "12" &&
item.otherName.includes("冷水设定值偏移") item.otherName.includes("冷水偏移值设置")
) { ) {
// //
this.offsetValuerControlObj = item; this.offsetValuerControlObj = item;

2
src/views/centerairC/sysMonitor/monitorCenter.vue

@ -1715,7 +1715,7 @@ export default {
const item = properties[i]; const item = properties[i];
if ( if (
item.paramType === "12" && item.paramType === "12" &&
item.collectName.includes("用户冷水设定值") item.collectName.includes("冷水控制设定值")
) { ) {
// //
const propertyName = `hostSetTem${index}`; const propertyName = `hostSetTem${index}`;

Loading…
Cancel
Save