mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
automatically reload data after changed display order
This commit is contained in:
@@ -1069,11 +1069,13 @@ export const useExplorersStore = defineStore('explorers', () => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (insightsExplorerListStateInvalid.value) {
|
||||
updateInsightsExplorerListInvalidState(false);
|
||||
}
|
||||
loadAllInsightsExplorerBasicInfos({ force: false }).finally(() => {
|
||||
if (insightsExplorerListStateInvalid.value) {
|
||||
updateInsightsExplorerListInvalidState(false);
|
||||
}
|
||||
|
||||
resolve(data.result);
|
||||
resolve(data.result);
|
||||
});
|
||||
}).catch(error => {
|
||||
logger.error('failed to save explorers display order', error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user