Explorar el Código

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

lxh hace 8 meses
padre
commit
eb1a8096ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,