This commit is contained in:
Taric Xin
2022-02-18 14:18:50 +08:00
parent fc951f218f
commit 7c8e15a1cf
5 changed files with 157 additions and 112 deletions

View File

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