| 
					
				 | 
			
			
				@@ -139,13 +139,18 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.formData = data.formData 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.dataUrl = data.dataUrl 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		mounted() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.getAgentArea() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.getTasknum() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			getAgentArea() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				let data={ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				console.log(this.formData) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				request({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					url: '/sailun/appStoreBasicInfo/getAgentArea', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					method: 'post', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					data:{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						"area": this.formData.district, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						"city": this.formData.city, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						"province": this.formData.province, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -156,11 +161,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						"vkorg": "8100", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						"vtweg": "10" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					console.log(data) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				request({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					url: '/sailun/appStoreBasicInfo/getAgentArea', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					method: 'post', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					data: data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					if (res.data.code == 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						this.agentList = res.data.Data.data 
			 |