|  |  | @ -312,6 +312,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       //地图相关 | 
			
		
	
		
			
				
					|  |  |  |       keyWords: '', | 
			
		
	
		
			
				
					|  |  |  |       isFirst: true,//地图是否首次加载,首次加载不给地址赋值 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |       //图片相关  oss/file/uploadvariedfile | 
			
		
	
		
			
				
					|  |  |  |       dialogImageUrl: 'oss/file/uploadvariedfile', | 
			
		
	
	
		
			
				
					|  |  | @ -620,7 +621,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         this.handleMoveCenter() | 
			
		
	
		
			
				
					|  |  |  |       }) | 
			
		
	
		
			
				
					|  |  |  |       this.handleMoveCenter() | 
			
		
	
		
			
				
					|  |  |  |       this.convert() | 
			
		
	
		
			
				
					|  |  |  |       // this.convert() | 
			
		
	
		
			
				
					|  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     setMarker (lat, lng) { | 
			
		
	
	
		
			
				
					|  |  | @ -699,8 +700,14 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |       geocoder | 
			
		
	
		
			
				
					|  |  |  |         .getAddress({ location: location }) // 将给定的坐标位置转换为地址 | 
			
		
	
		
			
				
					|  |  |  |         .then((result) => { | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |           if (!this.isFirst) {//再次查询时再赋值 | 
			
		
	
		
			
				
					|  |  |  |             this.formData.address = result.result.address | 
			
		
	
		
			
				
					|  |  |  |           // 显示搜索到的地址 | 
			
		
	
		
			
				
					|  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |           if (this.isFirst) { | 
			
		
	
		
			
				
					|  |  |  |             this.isFirst = false | 
			
		
	
		
			
				
					|  |  |  |           } | 
			
		
	
		
			
				
					|  |  |  |         }); | 
			
		
	
		
			
				
					|  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |