|
@@ -375,6 +375,14 @@ export default {
|
|
|
console.log('点击了运行轨迹')
|
|
|
this.run.dialogStatus = 'run'
|
|
|
this.run.dialogFormVisible = true
|
|
|
+ // let arr = [{"A":"4052.72555","N":"11312.94319"},{"A":"4052.725552","N":"11312.943192"}]
|
|
|
+ // let arrList = []
|
|
|
+ // for(let i=0;i<arr.length;i++){
|
|
|
+ // let list = []
|
|
|
+ // list.push(arr[i].A,arr[i].N)
|
|
|
+ // arrList.push(list)
|
|
|
+ // }
|
|
|
+ // console.log(arrList,'arrList')
|
|
|
this.initMap();
|
|
|
},
|
|
|
async initMap() {
|