edit
This commit is contained in:
@ -24,13 +24,17 @@ export class AccountDetailComponent implements OnInit {
|
||||
|
||||
ngOnInit(): void {}
|
||||
createAccount(item: any, type: '1' | '2') {
|
||||
if (item.pfAccount) {
|
||||
return;
|
||||
}
|
||||
const params = {
|
||||
ltdId: item.ltdId,
|
||||
roleId: item.roleId,
|
||||
projectId: item.projectId,
|
||||
enterpriseId: item.enterpriseId,
|
||||
ctfId: this.params.ctfId,
|
||||
clientName: this.params.clientName
|
||||
clientName: this.params.clientName,
|
||||
roleName: this.params.clientName
|
||||
};
|
||||
if (this.params.accountType === 1) {
|
||||
this.service
|
||||
|
||||
Reference in New Issue
Block a user