wenhongquan 3 rokov pred
rodič
commit
1168088547

+ 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;
     };