edit
This commit is contained in:
@ -24,7 +24,7 @@ export class AccountDetailComponent implements OnInit {
|
||||
|
||||
ngOnInit(): void {}
|
||||
createAccount(item: any, type: '1' | '2') {
|
||||
if (item.pfAccount) {
|
||||
if ((type === '1' && item.paAccount) || (type === '2' && item.pfAccount)) {
|
||||
return;
|
||||
}
|
||||
const params = {
|
||||
|
||||
Reference in New Issue
Block a user