mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
remove unused code
This commit is contained in:
@@ -366,8 +366,7 @@ export default {
|
|||||||
self.accountsStore.saveAccount({
|
self.accountsStore.saveAccount({
|
||||||
account: self.account,
|
account: self.account,
|
||||||
subAccounts: self.subAccounts,
|
subAccounts: self.subAccounts,
|
||||||
isEdit: !!self.editAccountId,
|
isEdit: !!self.editAccountId
|
||||||
isFloatBalance: true
|
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
self.submitting = false;
|
self.submitting = false;
|
||||||
|
|
||||||
|
|||||||
@@ -613,8 +613,7 @@ export default {
|
|||||||
self.accountsStore.saveAccount({
|
self.accountsStore.saveAccount({
|
||||||
account: self.account,
|
account: self.account,
|
||||||
subAccounts: self.subAccounts,
|
subAccounts: self.subAccounts,
|
||||||
isEdit: !!self.editAccountId,
|
isEdit: !!self.editAccountId
|
||||||
isFloatBalance: false
|
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
self.submitting = false;
|
self.submitting = false;
|
||||||
self.$hideLoading();
|
self.$hideLoading();
|
||||||
|
|||||||
Reference in New Issue
Block a user