mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
auto update exchange rates data only when current date does not equal to last updated date
This commit is contained in:
@@ -188,7 +188,7 @@ export default {
|
||||
self.$user.updateTokenAndUserInfo(data.result);
|
||||
|
||||
if (self.$settings.isAutoUpdateExchangeRatesData()) {
|
||||
self.$services.refreshLatestExchangeRates();
|
||||
self.$services.autoRefreshLatestExchangeRates();
|
||||
}
|
||||
|
||||
router.navigate('/');
|
||||
|
||||
Reference in New Issue
Block a user