|
|
|
@ -105,7 +105,6 @@ export class UserComponent implements OnInit {
|
|
|
|
|
this.http.get('/api/services/app/Organization/GetAll', { |
|
|
|
|
params: params |
|
|
|
|
}).subscribe(async (data: any) => { |
|
|
|
|
console.log(data,80801); |
|
|
|
|
await this.getuser(data.result.items) |
|
|
|
|
resolve(data) |
|
|
|
|
this.getAllUsers() |
|
|
|
@ -121,25 +120,18 @@ export class UserComponent implements OnInit {
|
|
|
|
|
params: params |
|
|
|
|
}).subscribe((data: any) => { |
|
|
|
|
resolve(data) |
|
|
|
|
console.log(data,70); |
|
|
|
|
|
|
|
|
|
this.organizationsList = data.result |
|
|
|
|
|
|
|
|
|
const arrs = e.map(item => { |
|
|
|
|
const data = this.organizationsList.find(i => item.id == i.organizationId) |
|
|
|
|
return { |
|
|
|
|
...item, |
|
|
|
|
// ...data,
|
|
|
|
|
products: data ? data : false |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
for (let index = 0; index < arrs.length; index++) { |
|
|
|
|
if(arrs[index].products){ |
|
|
|
|
arrs[index].title=arrs[index].displayName |
|
|
|
|
}else{ |
|
|
|
|
arrs[index].title = arrs[index].displayName |
|
|
|
|
} |
|
|
|
|
arrs[index].key = arrs[index].id |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.nodes = [...this.toTree.toTree(arrs)] |
|
|
|
@ -150,7 +142,9 @@ export class UserComponent implements OnInit {
|
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
xxx(node){ |
|
|
|
|
console.log(node) |
|
|
|
|
} |
|
|
|
|
//搜索框提交
|
|
|
|
|
submitForm(): void { |
|
|
|
|
for (const i in this.validateForm.controls) { |
|
|
|
|