表格组件
This commit is contained in:
		@@ -85,7 +85,7 @@ export default {
 | 
			
		||||
            this.dashboard = JSON.parse(res.data.config).dashboard
 | 
			
		||||
 | 
			
		||||
            this.componentList.forEach((item, index) => {
 | 
			
		||||
              if (item.dataType !== 'staticData' && ((item.type.indexOf('Chart') > -1) || ['display', 'table', 'map', 'summary'].includes(item.type))) {
 | 
			
		||||
              if (item.dataType !== 'staticData' && ((item.type.indexOf('Chart') > -1) || ['display', 'table', 'map', 'summary', 'AiRanking', 'AiDvTable'].includes(item.type))) {
 | 
			
		||||
                this.getSourceData(item, index)
 | 
			
		||||
              }
 | 
			
		||||
              if (item.type === 'monitor' && item.monitorType === 'cmcc') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user