|  | @@ -478,6 +478,7 @@ export default {
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.isShow = true;
 | 
	
		
			
				|  |  | +      console.log(this.page, this.search)
 | 
	
		
			
				|  |  |        this.onLoad(this.page, this.search);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 左侧筛选
 | 
	
	
		
			
				|  | @@ -487,7 +488,8 @@ export default {
 | 
	
		
			
				|  |  |        this.detailData.businessTypeCnName = data.cnName
 | 
	
		
			
				|  |  |        this.detailData.businessTypeEnName = data.enName
 | 
	
		
			
				|  |  |        this.detailData.businessTypeCode = data.code
 | 
	
		
			
				|  |  | -      this.onLoad(this.page, this.search);
 | 
	
		
			
				|  |  | +      this.searchChange(this.search)
 | 
	
		
			
				|  |  | +      // this.onLoad(this.page, this.search);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      // 添加弹窗开启
 | 
	
		
			
				|  |  |      addbtnfun() {
 |