fix(fe playlist): fixed table actions
This commit is contained in:
parent
cc61e69dfe
commit
207450ef0a
4 changed files with 55 additions and 29 deletions
|
@ -42,17 +42,6 @@ const selectedValues = computed({
|
|||
}
|
||||
})
|
||||
|
||||
// const selected = ref([])
|
||||
// const search = ref('')
|
||||
//
|
||||
// watch(search, (newValue, oldValue) => {
|
||||
// $emit('updateSearch', newValue)
|
||||
// })
|
||||
//
|
||||
// watch(selected, (newValue, oldValue) => {
|
||||
// $emit('updateSelected', newValue)
|
||||
// })
|
||||
|
||||
const update = (page_info) => {
|
||||
console.log(page_info)
|
||||
emit('updateTable', page_info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue