This commit is contained in:
yanran200730
2022-01-24 17:37:23 +08:00
parent 1caf337e60
commit 72cff8560b

View File

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