From 299011f4f2f151d0550065c1ee89420379a653c2 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期二, 15 八月 2023 17:46:32 +0800 Subject: [PATCH] 添加报告功能 --- src/components/BJlist.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BJlist.vue b/src/components/BJlist.vue index 1d33386..e138018 100644 --- a/src/components/BJlist.vue +++ b/src/components/BJlist.vue @@ -141,7 +141,7 @@ // ); const dt = await ysshSuYuanX00Controller( - { name: POIobj.locationName, date: date }, + { name: POIobj.name, date: date }, 100 ); if (dt.result) { @@ -176,7 +176,7 @@ if (data.JLvalue == 200) { h = 500; } - const dt1 = await getCoordByName(POIobj.locationName); + const dt1 = await getCoordByName(POIobj.name); sgworld.Navigate.flyToPosition(dt1.result.lon, dt1.result.lat, h, { heading: 270, pitch: -89.5, -- Gitblit v1.9.3