|  | @@ -939,7 +939,7 @@
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <el-option
 | 
	
		
			
				|  |  |                      v-for="(dict,index) in businessTypeOption"
 | 
	
		
			
				|  |  | -                    :key="dict.index"
 | 
	
		
			
				|  |  | +                    :key="index"
 | 
	
		
			
				|  |  |                      :label="dict.dictLabel"
 | 
	
		
			
				|  |  |                      :value="dict.dictValue"
 | 
	
		
			
				|  |  |                    >
 | 
	
	
		
			
				|  | @@ -2684,7 +2684,8 @@ export default {
 | 
	
		
			
				|  |  |                  this.getList();
 | 
	
		
			
				|  |  |                  this.notChange = true;
 | 
	
		
			
				|  |  |                  this.doNot = true
 | 
	
		
			
				|  |  | -                this.queryParams.fBillstatus = '4'
 | 
	
		
			
				|  |  | +                this.$set(this.queryParams,'fBillstatus','4')
 | 
	
		
			
				|  |  | +                // this.queryParams.fBillstatus = '4'
 | 
	
		
			
				|  |  |                  if (this.Operator == this.Lander) {
 | 
	
		
			
				|  |  |                    this.tablefilter = false;
 | 
	
		
			
				|  |  |                  }
 |