jihongshun
2025-09-18 06e05149ddd60f26b3aa3639feeb2b5ae45ddfe3
devf分支测试提交
已修改1个文件
1 ■■■■ 文件已修改
src/views/system/project/components/addPorjectDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);