e
This commit is contained in:
@ -28,10 +28,10 @@ export class AccountDetailComponent implements OnInit {
|
||||
return;
|
||||
}
|
||||
const params = {
|
||||
ltdId: item.ltdId,
|
||||
ltdId: item.ltdId || this.params.ltdId,
|
||||
roleId: item.roleId,
|
||||
projectId: item.projectId,
|
||||
enterpriseId: item.enterpriseId,
|
||||
projectId: item.projectId || this.params.projectId,
|
||||
enterpriseId: item.enterpriseId || this.params.roleId,
|
||||
ctfId: this.params.ctfId,
|
||||
clientName: this.params.clientName,
|
||||
roleName: this.params.clientName
|
||||
|
||||
Reference in New Issue
Block a user