mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
fix bug
This commit is contained in:
@@ -104,6 +104,7 @@ export default {
|
|||||||
},
|
},
|
||||||
set: function (value) {
|
set: function (value) {
|
||||||
this.$locale.setLanguage(value);
|
this.$locale.setLanguage(value);
|
||||||
|
this.exchangeRatesLastUpdateDate = this.getExchangeRatesLastUpdateDate();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isAutoUpdateExchangeRatesData: {
|
isAutoUpdateExchangeRatesData: {
|
||||||
|
|||||||
Reference in New Issue
Block a user