diff --git a/packages/admin/app/components/playlist/MainList.vue b/packages/admin/app/components/playlist/MainList.vue index e85cca6..eed2aad 100644 --- a/packages/admin/app/components/playlist/MainList.vue +++ b/packages/admin/app/components/playlist/MainList.vue @@ -21,7 +21,9 @@ @@ -30,12 +32,12 @@ @@ -375,7 +377,6 @@ function scrollList (position: 'top' | 'bottom') { } } -const selectableIds = computed>(() => props.data.map(song => song.$id)) const selectedIds = ref>(new Set()) interface ModifyTarget {