Commit 03043b0d by niuxiaolin

latest ui 08/20/2019 11:39:33

parent 895be7a0
......@@ -325,7 +325,7 @@ export class MainComponent implements OnInit {
if (this.normalShow) {
///map.clearOverlays();
this.http.get<any>(this.s.basePath + `/project/list/${markType.NORMAL}`).subscribe(res => {
this.projects = res.data;
this.normalProjects = res.data;
var points = this.loadPolys(res,true);
});
}else{
......
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