|
|
@ -70,7 +70,7 @@ export class OrganizationComponent implements OnInit { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addOr(node?: any) { |
|
|
|
addOr(node?: any) { |
|
|
|
// console.log(node)
|
|
|
|
console.log(node) |
|
|
|
const modal = this.modal.create({ |
|
|
|
const modal = this.modal.create({ |
|
|
|
nzTitle: node ? '新增组织机构' : '新增一级组织机构', |
|
|
|
nzTitle: node ? '新增组织机构' : '新增一级组织机构', |
|
|
|
nzContent: AddorComponent, |
|
|
|
nzContent: AddorComponent, |
|
|
|