|  | @@ -103,10 +103,11 @@ export default {
 | 
	
		
			
				|  |  |                  console.log(row,132)
 | 
	
		
			
				|  |  |                  console.log(column,133)
 | 
	
		
			
				|  |  |                  column[1].searchValue = value;
 | 
	
		
			
				|  |  | +                this.$refs.crud.dicInit()
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  | -          click: () => {
 | 
	
		
			
				|  |  | -            this.$refs.crud.dicInit()
 | 
	
		
			
				|  |  | -          },
 | 
	
		
			
				|  |  | +          // click: (e) => {
 | 
	
		
			
				|  |  | +          //   this.$refs.crud.dicInit()
 | 
	
		
			
				|  |  | +          // },
 | 
	
		
			
				|  |  |          }, {
 | 
	
		
			
				|  |  |              label: "结算日期",
 | 
	
		
			
				|  |  |              prop: "settlementDate",
 | 
	
	
		
			
				|  | @@ -282,6 +283,7 @@ export default {
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      searchChange(params, done) {
 | 
	
		
			
				|  |  | +        // console.log(params,285)
 | 
	
		
			
				|  |  |          this.page.currentPage = 1;
 | 
	
		
			
				|  |  |        done();
 | 
	
		
			
				|  |  |        this.onLoad(this.page, params)
 |