问题修改
This commit is contained in:
		
							parent
							
								
									600db88b97
								
							
						
					
					
						commit
						54e9fdef21
					
				| 
						 | 
				
			
			@ -458,11 +458,11 @@
 | 
			
		|||
            accInfoPageApi(param).then(response => {
 | 
			
		||||
                this.tableListData = response.data.pageVO.records;
 | 
			
		||||
                this.total = Number(response.data.pageVO.total);
 | 
			
		||||
                accInfoSumPageApi(param).then(response => {
 | 
			
		||||
                  this.tableListData.push(response.data.sumVO)   
 | 
			
		||||
                }); 
 | 
			
		||||
                this.loading = false;
 | 
			
		||||
            });
 | 
			
		||||
            accInfoSumPageApi(param).then(response => {
 | 
			
		||||
                this.tableListData.push(response.data.sumVO)   
 | 
			
		||||
            });
 | 
			
		||||
        },
 | 
			
		||||
        // 合并单元格 rowIndex=行数  columnIndex=列数  
 | 
			
		||||
        // 这里是合并table的除表头外的第一行的第二列 + 除表头外的第二行的第二列 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue