|  | @@ -395,7 +395,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async onTenantChange() {
 | 
	
		
			
				|  |  |        try {
 | 
	
		
			
				|  |  | -        const res = await tenantInfoQueryPage({ page: 1, rows: 999, payState: 1 }, )
 | 
	
		
			
				|  |  | +        const res = await tenantInfoQueryPage({ page: 1, rows: 999, payState: 1, state: 1 }, )
 | 
	
		
			
				|  |  |          this.tenantList = res.data?.rows || []
 | 
	
		
			
				|  |  |          this.tenantVisible = true
 | 
	
		
			
				|  |  |        } catch(e) {}
 |