wenhongquan 3 лет назад
Родитель
Сommit
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;
     };