remove unused code
This commit is contained in:
@@ -366,8 +366,7 @@ export default {
|
||||
self.accountsStore.saveAccount({
|
||||
account: self.account,
|
||||
subAccounts: self.subAccounts,
|
||||
isEdit: !!self.editAccountId,
|
||||
isFloatBalance: true
|
||||
isEdit: !!self.editAccountId
|
||||
}).then(() => {
|
||||
self.submitting = false;
|
||||
|
||||
|
||||
@@ -613,8 +613,7 @@ export default {
|
||||
self.accountsStore.saveAccount({
|
||||
account: self.account,
|
||||
subAccounts: self.subAccounts,
|
||||
isEdit: !!self.editAccountId,
|
||||
isFloatBalance: false
|
||||
isEdit: !!self.editAccountId
|
||||
}).then(() => {
|
||||
self.submitting = false;
|
||||
self.$hideLoading();
|
||||
|
||||
Reference in New Issue
Block a user