提交 5d945402 编写于 作者: KK's avatar KK

地图逻辑调整

上级 2d1483df
......@@ -299,6 +299,9 @@ import { Http } from "@/ibiz-core/utils";
Object.assign(this.option, { tooltip: this.tooltip }, { visualMap: this.visualMap }, { geo: this.geo }, { series: this.series })
let element: any = document.getElementById(this.mapId);
this.map = echarts.init(element);
this.loadCityList().then((res:any)=>{
this.geoCoordMap = res;
});
}
// 绘制
......@@ -340,8 +343,6 @@ import { Http } from "@/ibiz-core/utils";
if( !this.geoCoordMap){
return []
}
let aa:any = [120.06,29.32];
let bb :any= [120.06,29.32];
let res:any = []
let mapItemModel = _this.mapItems[tag];
let mapItemData :any= _this.items[tag];
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册