mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +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:
@@ -332,7 +332,7 @@ export const useOverviewStore = defineStore('overview', () => {
|
||||
}
|
||||
|
||||
if (force && data.result && isEquals(transactionOverviewData.value, data.result)) {
|
||||
reject({ message: 'Data is up to date' });
|
||||
reject({ message: 'Data is up to date', isUpToDate: true });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user