From 06e05149ddd60f26b3aa3639feeb2b5ae45ddfe3 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期四, 18 九月 2025 09:11:09 +0800 Subject: [PATCH] devf分支测试提交 --- src/views/system/project/components/addPorjectDialog.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/project/components/addPorjectDialog.vue b/src/views/system/project/components/addPorjectDialog.vue index a5a9a23..6987574 100644 --- a/src/views/system/project/components/addPorjectDialog.vue +++ b/src/views/system/project/components/addPorjectDialog.vue @@ -650,6 +650,7 @@ } }, rotateAllPoints(dataList,towerLongitude,towerLatitude,towerhHight) { + return dataList.map(item => { if(!item.isDeal) { const towerPoint = Cesium.Cartesian3.fromDegrees(towerLongitude, towerLatitude, towerhHight); -- Gitblit v1.9.3