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