|  | @@ -124,7 +124,7 @@ export default defineComponent({
 | 
											
												
													
														|  |              content: { type: 'modify', orginPoint: forms.addressLongitudeLatitude }
 |  |              content: { type: 'modify', orginPoint: forms.addressLongitudeLatitude }
 | 
											
												
													
														|  |            },
 |  |            },
 | 
											
												
													
														|  |            (data: any) => {
 |  |            (data: any) => {
 | 
											
												
													
														|  | -            console.log(data)
 |  | 
 | 
											
												
													
														|  | 
 |  | +            console.log(data.content.nowPoint, data.content.address)
 | 
											
												
													
														|  |              forms.addressLongitudeLatitude = data.content.nowPoint
 |  |              forms.addressLongitudeLatitude = data.content.nowPoint
 | 
											
												
													
														|  |              forms.address = data.content.address
 |  |              forms.address = data.content.address
 | 
											
												
													
														|  |            }
 |  |            }
 |