fix default time is wrong in add transaction dialog when default time zone is not the browser time zone in desktop version

This commit is contained in:
MaysWind
2024-03-09 22:49:07 +08:00
parent 24432701dd
commit b21dd73ff2
3 changed files with 15 additions and 8 deletions
@@ -677,6 +677,7 @@ export default {
categoryId: query.categoryId,
accountId: query.accountId
},
(self.mode === 'edit' || self.mode === 'view'),
(self.mode === 'edit' || self.mode === 'view')
);