src/views/system/project/components/addPorjectDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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);