Skip to content

Commit

Permalink
修改调用顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Oct 28, 2024
1 parent f4a4d69 commit 8fd179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/collection/monitor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ async function handleSelect() {
async function showFilterDialog() {
filtering.value = true
await checkIsAdmin()
filterList.value = (await getProgramList()).filter(p => !whiteList.value.find(w => w.path == p.path)).map(p => ({
...p,
checked: false,
}))
await checkIsAdmin()
}
async function handleLayoutUpdated(items: number[]) {
Expand Down

0 comments on commit 8fd179e

Please sign in to comment.