Browse Source

三矿预警管控瓦斯检测修改-提交

lxh 8 months ago
parent
commit
eb1a8096ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/monitorManager/alarmMonitor/index.vue

+ 1 - 1
src/views/vent/monitorManager/alarmMonitor/index.vue

@@ -490,7 +490,7 @@ async function getList() {
       ? res.info.sysInfo.fireS.summaryInfo.external.coval.value
       : '';
 
-  if (res.bundletubeInfo.msgTxt.length!=0 && res.bundletubeInfo.msgTxt[0].datalist.length != 0) {
+  if (res.bundletubeInfo && res.bundletubeInfo.msgTxt.length!=0 && res.bundletubeInfo.msgTxt[0].datalist.length != 0) {
     res.bundletubeInfo.msgTxt[0].datalist.forEach((el, ind) => {
       fireMonitor1.push({
         value: el.readData.internalFireWarnLevel,