mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
fix "Save Display Order" still displays bug when adjusting the order and then restoring the original order in the desktop version
This commit is contained in:
@@ -89,7 +89,7 @@ export const useExchangeRatesStore = defineStore('exchangeRates', () => {
|
||||
const currentData = getExchangeRatesFromLocalStorage();
|
||||
|
||||
if (force && currentData && currentData.data && isEquals(currentData.data, data.result)) {
|
||||
reject({ message: 'Exchange rates data is up to date' });
|
||||
reject({ message: 'Exchange rates data is up to date', isUpToDate: true });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user