mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +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:
@@ -195,7 +195,7 @@ export const useTransactionCategoriesStore = defineStore('transactionCategories'
|
||||
const transactionCategories = TransactionCategory.ofMap(data.result);
|
||||
|
||||
if (force && data.result && isEquals(allTransactionCategories.value, transactionCategories)) {
|
||||
reject({ message: 'Category list is up to date' });
|
||||
reject({ message: 'Category list is up to date', isUpToDate: true });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user