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({
account: self.account,
subAccounts: self.subAccounts,
isEdit: !!self.editAccountId,
isFloatBalance: true
isEdit: !!self.editAccountId
}).then(() => {
self.submitting = false;
+1 -2
View File
@@ -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();