Commit 55ff5c0c by niuxiaolin

merge

parent 521a365d
...@@ -360,7 +360,6 @@ export class MainComponent implements OnInit { ...@@ -360,7 +360,6 @@ export class MainComponent implements OnInit {
toNormalWay() { toNormalWay() {
this.normalShow = !this.normalShow; this.normalShow = !this.normalShow;
<<<<<<< HEAD
if (this.normalShow) { if (this.normalShow) {
///map.clearOverlays(); ///map.clearOverlays();
this.http.get<any>(this.s.basePath + `/project/list/${markType.NORMAL}`).subscribe(res => { this.http.get<any>(this.s.basePath + `/project/list/${markType.NORMAL}`).subscribe(res => {
...@@ -371,13 +370,6 @@ export class MainComponent implements OnInit { ...@@ -371,13 +370,6 @@ export class MainComponent implements OnInit {
this.map.centerAndZoom("山西省",8); this.map.centerAndZoom("山西省",8);
} }
=======
this.http
.get<any>(this.s.basePath + `/project/list/${markType.NORMAL}`)
.subscribe(res => {
this.normalProjects = res.data;
});
>>>>>>> 00350ea8987895ef638def14a2cca7611415aead
} }
openDialog(id: string) { openDialog(id: string) {
this.modalService.open(id); this.modalService.open(id);
......
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