This commit is contained in:
		
							parent
							
								
									99b23755ff
								
							
						
					
					
						commit
						2d9c89c66c
					
				| 
						 | 
				
			
			@ -440,8 +440,8 @@ export default {
 | 
			
		|||
 | 
			
		||||
            }
 | 
			
		||||
            getSltAgreementInfo(params).then((response) => {
 | 
			
		||||
                this.tableList = response.rows
 | 
			
		||||
                this.total = response.total
 | 
			
		||||
                this.tableList = response.data.rows
 | 
			
		||||
                this.total = response.data.total
 | 
			
		||||
                this.loading = false
 | 
			
		||||
            })
 | 
			
		||||
        },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -363,8 +363,8 @@ export default {
 | 
			
		|||
        unitIds: this.unitIds
 | 
			
		||||
      }
 | 
			
		||||
      getSltAgreementInfo(params).then(response => {
 | 
			
		||||
        this.tableList = response.rows
 | 
			
		||||
        this.total = response.total
 | 
			
		||||
        this.tableList = response.data.rows
 | 
			
		||||
        this.total = response.data.total
 | 
			
		||||
        this.loading = false
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue