diff --git a/src/views/mobile/accounts/EditPage.vue b/src/views/mobile/accounts/EditPage.vue index 7865161b..619f8a08 100644 --- a/src/views/mobile/accounts/EditPage.vue +++ b/src/views/mobile/accounts/EditPage.vue @@ -4,7 +4,7 @@ - + @@ -584,11 +584,11 @@ export default { addSubAccount() { const self = this; - if (self.account.type !== this.allAccountTypes.MultiSubAccounts) { + if (self.account.type !== self.allAccountTypes.MultiSubAccounts) { return; } - this.subAccounts.push({ + self.subAccounts.push({ category: null, type: null, name: '',