|  | @@ -438,6 +438,7 @@
 | 
	
		
			
				|  |  |              v-model="queryParams.fSystemType"
 | 
	
		
			
				|  |  |              placeholder="请选择业务类型"
 | 
	
		
			
				|  |  |              size="small"
 | 
	
		
			
				|  |  | +            :disabled="notChange"
 | 
	
		
			
				|  |  |              style="width: 200px"
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |              <el-option
 | 
	
	
		
			
				|  | @@ -2132,6 +2133,7 @@ export default {
 | 
	
		
			
				|  |  |            this.DzfeeList = response.data.feeDoList;
 | 
	
		
			
				|  |  |            this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |            this.queryParams = response.data.tFee;
 | 
	
		
			
				|  |  | +          this.queryParams.fSystemType = response.data.tFee.fsystemType;
 | 
	
		
			
				|  |  |            this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |            this.fMblnoOptions = response.data.corps;
 | 
	
		
			
				|  |  |            this.open = true;
 | 
	
	
		
			
				|  | @@ -2155,6 +2157,7 @@ export default {
 | 
	
		
			
				|  |  |                  this.DzfeeList = response.data.feeDoList;
 | 
	
		
			
				|  |  |                  this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |                  this.queryParams = response.data.tFee;
 | 
	
		
			
				|  |  | +                this.queryParams.fSystemType = response.data.tFee.fsystemType;
 | 
	
		
			
				|  |  |                  this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |                  this.fMblnoOptions = response.data.corps;
 | 
	
		
			
				|  |  |                  this.open = true;
 | 
	
	
		
			
				|  | @@ -2178,6 +2181,7 @@ export default {
 | 
	
		
			
				|  |  |                this.DzfeeList = response.data.feeDoList;
 | 
	
		
			
				|  |  |                this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |                this.queryParams = response.data.tFee;
 | 
	
		
			
				|  |  | +              this.queryParams.fSystemType = response.data.tFee.fsystemType;
 | 
	
		
			
				|  |  |                this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |                this.fMblnoOptions = response.data.corps;
 | 
	
		
			
				|  |  |                this.open = true;
 | 
	
	
		
			
				|  | @@ -2266,6 +2270,7 @@ export default {
 | 
	
		
			
				|  |  |            this.DzfeeList = response.data.feeDoList;
 | 
	
		
			
				|  |  |            this.fWbuOptions = response.data.feesList;
 | 
	
		
			
				|  |  |            this.queryParams = response.data.tFee;
 | 
	
		
			
				|  |  | +          this.queryParams.fSystemType = response.data.tFee.fsystemType;
 | 
	
		
			
				|  |  |            this.fMblnoOptions = response.data.corps;
 | 
	
		
			
				|  |  |            this.open = true;
 | 
	
		
			
				|  |  |            this.title = "修改财务数据主";
 | 
	
	
		
			
				|  | @@ -2316,6 +2321,7 @@ export default {
 | 
	
		
			
				|  |  |                updateFee(formData).then((response) => {
 | 
	
		
			
				|  |  |                  console.log(response);
 | 
	
		
			
				|  |  |                  this.queryParams = response.data.tFee;
 | 
	
		
			
				|  |  | +                this.queryParams.fSystemType = response.data.tFee.fsystemType;
 | 
	
		
			
				|  |  |                  this.msgSuccess("新增成功");
 | 
	
		
			
				|  |  |                  // this.DzfeeList = []
 | 
	
		
			
				|  |  |                  // this.open = false;
 |