|  | @@ -394,7 +394,7 @@ export default {
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          // 获取客户数据
 | 
	
		
			
				|  |  |          KHgetListfun(cname) {
 | 
	
		
			
				|  |  | -            KHgetList({ current: 1, size: 20, corpType: 'KH', cname: cname ? cname : null }).then(res => {
 | 
	
		
			
				|  |  | +            KHgetList({ current: 1, size: 20, corpType: 'GYS', cname: cname ? cname : null }).then(res => {
 | 
	
		
			
				|  |  |                  this.customerData = res.data.data.records
 | 
	
		
			
				|  |  |              })
 | 
	
		
			
				|  |  |          },
 |