remove unused code

This commit is contained in:
MaysWind
2023-08-20 23:53:41 +08:00
parent 67b69a45cc
commit 661199850c
2 changed files with 2 additions and 4 deletions
@@ -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;
+1 -2
View File
@@ -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();