新增宫格查看插件

This commit is contained in:
朱浩 2024-12-20 09:39:20 +08:00
parent c69ae97a48
commit 7751692061
1 changed files with 1 additions and 2 deletions

View File

@ -297,7 +297,7 @@ export default {
}, },
currentKJFileList() { currentKJFileList() {
// return this.currentFileList.filter((item) => item.fileFlag === 'apt' || item.fileFlag === '') // return this.currentFileList.filter((item) => item.fileFlag === 'apt' || item.fileFlag === '')
return this.currentFileList.filter((item) => ['apt','aippt','课件'].includes(item.fileFlag)) return this.currentFileList.filter((item) => ['aippt'].includes(item.fileFlag))
}, },
currentSCFileList() { currentSCFileList() {
// return this.currentFileList.filter((item) => item.fileFlag !== 'apt' && item.fileFlag !== '') // return this.currentFileList.filter((item) => item.fileFlag !== 'apt' && item.fileFlag !== '')
@ -924,7 +924,6 @@ export default {
return getSmarttalkPage({ return getSmarttalkPage({
...this.uploadData, ...this.uploadData,
orderByColumn: 'createTime', orderByColumn: 'createTime',
fileFlag: 'aippt',
isAsc: 'desc', isAsc: 'desc',
pageSize: 500 pageSize: 500
}) })