|
@@ -490,7 +490,7 @@ async function getList() {
|
|
? res.info.sysInfo.fireS.summaryInfo.external.coval.value
|
|
? 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) => {
|
|
res.bundletubeInfo.msgTxt[0].datalist.forEach((el, ind) => {
|
|
fireMonitor1.push({
|
|
fireMonitor1.push({
|
|
value: el.readData.internalFireWarnLevel,
|
|
value: el.readData.internalFireWarnLevel,
|