27013
This commit is contained in:
		| @@ -97,7 +97,7 @@ | |||||||
|               this.dashboard = JSON.parse(res.data.config).dashboard |               this.dashboard = JSON.parse(res.data.config).dashboard | ||||||
|  |  | ||||||
|               this.componentList.forEach((item, index) => { |               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) |                   this.getSourceData(item, index) | ||||||
|                 } |                 } | ||||||
|                 if (item.type === 'monitor' && item.monitorType !== 'hik' && item.monitorType !== 'dahua') { |                 if (item.type === 'monitor' && item.monitorType !== 'hik' && item.monitorType !== 'dahua') { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user