mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
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:
@@ -677,6 +677,7 @@ export default {
|
||||
categoryId: query.categoryId,
|
||||
accountId: query.accountId
|
||||
},
|
||||
(self.mode === 'edit' || self.mode === 'view'),
|
||||
(self.mode === 'edit' || self.mode === 'view')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user