mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +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:
@@ -726,7 +726,7 @@ export const useAccountsStore = defineStore('accounts', () => {
|
||||
const accounts = Account.ofMany(data.result);
|
||||
|
||||
if (force && data.result && isEquals(allAccounts.value, accounts)) {
|
||||
reject({ message: 'Account list is up to date' });
|
||||
reject({ message: 'Account list is up to date', isUpToDate: true });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user