Browse Source

feat:fix bugs

master
zhaobing’ 1 year ago
parent
commit
e3568729f7
  1. 7
      weapp/package/inspectionInput/inspectionInput.js

7
weapp/package/inspectionInput/inspectionInput.js

@ -501,7 +501,12 @@ Page({
}
if (checkItems.isNormal === false) {
alarm = true; // 巡检记录异常
// reportArr[index].alarm = true; // 设备异常
if(pointDevices.length){
reportArr[index].alarm = true; // 设备异常
}else{
//无设备
reportArr[index].alarm = true; //
}
}
}

Loading…
Cancel
Save