Browse Source

[完善]完善bug

zhuzhou
邵佳豪 4 years ago
parent
commit
ca33e32222
  1. 2
      src/app/ui/collection-tools-plan/collection-tools.component.ts

2
src/app/ui/collection-tools-plan/collection-tools.component.ts

@ -687,7 +687,7 @@ export class CollectionToolsPlanComponent implements OnInit {
}
//gis模块平面图
if((this.router.url.indexOf("gis") != -1 || this.router.url.indexOf("waitexamineer") != -1) && sessionStorage.getItem("gisplan") == "look"){
if((this.router.url.indexOf("gis") != -1 || this.router.url.indexOf("waitexamineergis") != -1) && sessionStorage.getItem("gisplan") == "look"){
this.isEditPattern = false
this.isediticon = false
this.canvasData.gameMode = GameMode.Assignment

Loading…
Cancel
Save