|  | @@ -549,7 +549,6 @@ export default {
 | 
	
		
			
				|  |  |          this.$refs.crud.toggleRowExpansion(item, false);
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        let data = this.gobackSearch(params);
 | 
	
		
			
				|  |  | -      console.log(data)
 | 
	
		
			
				|  |  |        let queryParams = Object.assign({}, data, {
 | 
	
		
			
				|  |  |          size: page.pageSize,
 | 
	
		
			
				|  |  |          current: page.currentPage,
 | 
	
	
		
			
				|  | @@ -573,7 +572,12 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          isProcurement({"param":"synchronous"})
 | 
	
		
			
				|  |  |            .then(res=>{
 | 
	
		
			
				|  |  | -            this.isProcurements = res.data.data
 | 
	
		
			
				|  |  | +              if (res.data.data == 0) {
 | 
	
		
			
				|  |  | +                  this.isProcurements = false
 | 
	
		
			
				|  |  | +              }else {
 | 
	
		
			
				|  |  | +                  this.isProcurements = true
 | 
	
		
			
				|  |  | +              }
 | 
	
		
			
				|  |  | +            // this.isProcurements = res.data.data
 | 
	
		
			
				|  |  |            })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //树桩列点击展开触发
 |