|
@@ -44,7 +44,6 @@ export default defineComponent({
|
|
}
|
|
}
|
|
|
|
|
|
const onConfirmSubject = (item: any) => {
|
|
const onConfirmSubject = (item: any) => {
|
|
- // console.log(item)
|
|
|
|
subject.value = item.id
|
|
subject.value = item.id
|
|
const activeRef = activeTab.value === 'album' ? albumList : musicList
|
|
const activeRef = activeTab.value === 'album' ? albumList : musicList
|
|
;(activeRef.value as any).onComfirmSubject?.(item)
|
|
;(activeRef.value as any).onComfirmSubject?.(item)
|