修复无法删除视频的bug

This commit is contained in:
chuzhongzai 2023-03-03 16:13:39 +08:00
parent 2278caec14
commit 5d543868bf

View File

@ -64,7 +64,7 @@
downloader:{{props.row.downloader}} downloader:{{props.row.downloader}}
</span> </span>
<el-button @click="deleteVideo(props.row.gid)" :disabled="props.row.download === undefined">删除</el-button> <el-button @click="deleteVideo(props.row.id)" :disabled="props.row.download === undefined">删除</el-button>
<el-button @click="editVideoTag(props.row.id, props.row.tag)">编辑标签</el-button> <el-button @click="editVideoTag(props.row.id, props.row.tag)">编辑标签</el-button>
</template> </template>
</el-table-column> </el-table-column>