Browse Source

1

非煤矿山灾害智能感知和预警系统
jingbowen 2 years ago
parent
commit
14b8f29a7e
  1. 2
      src/app/home/task/station-task-apply/station-task-apply.component.ts

2
src/app/home/task/station-task-apply/station-task-apply.component.ts

@ -203,6 +203,8 @@ export class StationTaskApplyComponent implements OnInit {
.then((results) => {
if (this.isSupervisor) {
let arr = [...this.users, ...this.organizationListAll]
console.log(arr);
this.nodes = this.toTree.toTree(JSON.parse(JSON.stringify(arr)))
} else {
let arr = [...this.supervisorList, ...this.organizationList]

Loading…
Cancel
Save