wenhongquan 3 년 전
부모
커밋
1168088547
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/IncidentManagementReport/index.tsx

+ 1 - 1
src/views/IncidentManagementReport/index.tsx

@@ -284,7 +284,7 @@ export default defineComponent({
       });
       state._marker.togglePopup();
       form.value.addr = name;
-      form.value.locations = latitude + ',' + longitude;
+      form.value.locations = longitude + ',' + latitude;
       // whdata.value.longitude = longitude;
       isshowmove.value = false;
     };