Commit eef195fa authored by xxx's avatar xxx

1

parent 961e320a
...@@ -543,7 +543,7 @@ export default { ...@@ -543,7 +543,7 @@ export default {
httpGet(screenMapSetUpQuery,{size:9999,name:carDestinationText2}).then((resSon2) => { httpGet(screenMapSetUpQuery,{size:9999,name:carDestinationText2}).then((resSon2) => {
if(resSon2){ if(resSon2){
let weilanArr1 = []; let weilanArr1 = [];
resSon2[this.carDestination].forEach((item,index)=>{ resSon2[carDestinationText2].forEach((item,index)=>{
let weilanobj1 = []; let weilanobj1 = [];
weilanobj1.push(parseFloat(item.lon)); weilanobj1.push(parseFloat(item.lon));
weilanobj1.push(parseFloat(item.lat)); weilanobj1.push(parseFloat(item.lat));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment