fix(fe archive): fixed row actions logic
This commit is contained in:
parent
fe4db97b80
commit
a6430ad913
1 changed files with 2 additions and 1 deletions
|
@ -84,8 +84,9 @@ watch(search, (newValue, oldValue) => {
|
|||
:item-value="'track_title'"
|
||||
:show-select="true"
|
||||
@update-table="getItems"
|
||||
@delete-item="cancel"
|
||||
@update-search="updateSearch"
|
||||
@delete-item="cancel"
|
||||
@edit-item="edit"
|
||||
>
|
||||
<template v-slot:header-buttons>
|
||||
<v-btn color="primary" @click="openDialog('upload')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue