diff --git a/src/app/statistic-analysis/home/home.component.html b/src/app/statistic-analysis/home/home.component.html index 7cd0441..527bcfa 100644 --- a/src/app/statistic-analysis/home/home.component.html +++ b/src/app/statistic-analysis/home/home.component.html @@ -50,8 +50,9 @@ -
+
+
预案编制总量
diff --git a/src/app/statistic-analysis/home/home.component.ts b/src/app/statistic-analysis/home/home.component.ts index e2efb3b..f08dca0 100644 --- a/src/app/statistic-analysis/home/home.component.ts +++ b/src/app/statistic-analysis/home/home.component.ts @@ -21,12 +21,7 @@ export class HomeComponent implements OnInit { public element: ElementRef, private router: Router, public emitService: EchartsDataService - ) { - this.http.get("assets/echarts/tianjin.json").subscribe((res) => { - this.mapData = res; - console.log("--- result :: ", res); - }); - } + ) {} map: IMap; //地图 yuandata; @@ -34,7 +29,11 @@ export class HomeComponent implements OnInit { this.getechartsdata(); this.getYearlyCompleteProgress(); setTimeout(() => { - this.echartsMap(); + this.http.get("assets/echarts/tianjin.json").subscribe((res) => { + this.mapData = res; + this.echartsMap(); + console.log("--- result :: ", res); + }); }, 0); } diff --git a/src/index.html b/src/index.html index a773f74..a2df9ad 100644 --- a/src/index.html +++ b/src/index.html @@ -16,5 +16,5 @@ - + \ No newline at end of file