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') {