This commit is contained in:
weiyu
2022-04-24 14:19:27 +08:00
parent e2e744bcd2
commit b2d7d8e817
2 changed files with 20 additions and 18 deletions

View File

@ -151,7 +151,7 @@ export class AccountComponentsCenterComponent implements OnInit {
}
this.defaultCompany = res
if (res.projectId) {
this.getPayPw()
this.getPayPw()
}
})
}