This commit is contained in:
Taric Xin
2022-03-09 14:40:57 +08:00
parent 6c47267388
commit 2d0b000242
3 changed files with 125 additions and 4 deletions

View File

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