Commit a01e78c8 authored by nick zheng's avatar nick zheng

chore: 我的作品、草稿箱切换类型重置选择

parent 1c4664a8
...@@ -241,6 +241,7 @@ function handleGetDraftListUpdatePageSize(pageSize: number) { ...@@ -241,6 +241,7 @@ function handleGetDraftListUpdatePageSize(pageSize: number) {
:data="audioDraftList" :data="audioDraftList"
:max-height="tableContentY" :max-height="tableContentY"
:scroll-x="1086" :scroll-x="1086"
:checked-row-keys="checkedDraftIdList"
@update:checked-row-keys="handleUpdateCheckedDraftList" @update:checked-row-keys="handleUpdateCheckedDraftList"
> >
<template #empty> <template #empty>
......
...@@ -248,6 +248,7 @@ function handleGetTaskListUpdatePageSize(pageSize: number) { ...@@ -248,6 +248,7 @@ function handleGetTaskListUpdatePageSize(pageSize: number) {
:row-key="(row: VideoWorkItem) => row.id" :row-key="(row: VideoWorkItem) => row.id"
:max-height="tableContentY" :max-height="tableContentY"
:scroll-x="1086" :scroll-x="1086"
:checked-row-keys="checkedVideoWorkIds"
@update:checked-row-keys="handleUpdateCheckedVideoWorkIds" @update:checked-row-keys="handleUpdateCheckedVideoWorkIds"
> >
<template #empty> <template #empty>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment