媒体库当对文件夹进行筛选后点击查看文件夹内部文件时筛选条件也被带进问题修改

main
zhufu 2025-09-18 10:27:59 +08:00
parent e69a266ba1
commit 627244578c
1 changed files with 7 additions and 1 deletions

View File

@ -1029,7 +1029,13 @@
name: record.name,
});
setPagination({ current: 1 });
reload().then((res) => {
reload({
searchInfo: {
picname: null,
startTime: null,
endTime: null,
},
}).then((res) => {
showTableData.value = res;
});
}