| 
					
				 | 
			
			
				@@ -69,6 +69,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <a-form-model-item label="所属城市" prop="citySn"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   <Area 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     id="epenseDetailModal-area" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    ref="city" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     @change="cityChange" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     placeholder="请选择所属城市" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     leve="city" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -211,6 +212,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.form.provinceSn = v || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.form.citySn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.form.cityName = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.$refs.city.clearData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 市 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cityChange (v, row) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -293,6 +295,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     resetForm () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$nextTick(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$refs.ruleForm.resetFields() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.$refs.city.clearData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.form = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         id: undefined, 
			 |