src/views/system/shootPoint/components/shootPointDialog.vue
@@ -96,10 +96,12 @@ } }, mounted(){ console.log(this.templateId) if(this.templateId) { //预览逻辑 getPointInfo(this.templateId).then(res=>{ if(res.code == 200 ) { console.log(res.data) this.getRowData(res.data) let drawArr = this.convertToTree(res.data.ardListWayPointsLS) setTimeout(() => { @@ -450,7 +452,12 @@ this.showMap =false this.$nextTick(()=>{ // this.towerUrl = row.modelRoute if(this.templateId){ this.towerUrl = row.ardTowerModel.modelRoute }else { this.towerUrl = row.modelRoute } this.showMap = true }) },