From 72cff8560b616a8dc6fd533c691ce0713578864a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 24 Jan 2022 17:37:23 +0800 Subject: [PATCH] 27013 --- packages/bigscreen/viewer/AppGigscreenViewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bigscreen/viewer/AppGigscreenViewer.vue b/packages/bigscreen/viewer/AppGigscreenViewer.vue index 4f8f11b7..611d6252 100644 --- a/packages/bigscreen/viewer/AppGigscreenViewer.vue +++ b/packages/bigscreen/viewer/AppGigscreenViewer.vue @@ -97,7 +97,7 @@ this.dashboard = JSON.parse(res.data.config).dashboard this.componentList.forEach((item, index) => { - if (item.dataType !== 'staticData' && ((item.type.indexOf('Chart') > -1) || item.type === 'table' || item.type === 'summary')) { + if (item.dataType !== 'staticData' && ((item.type.indexOf('Chart') > -1) || item.type === 'display' || item.type === 'table' || item.type === 'summary')) { this.getSourceData(item, index) } if (item.type === 'monitor' && item.monitorType !== 'hik' && item.monitorType !== 'dahua') {