|
|
|
@ -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] |
|
|
|
|