This commit is contained in:
lyc 2024-10-10 16:01:22 +08:00
parent 7d457782cc
commit bff59d699f
1 changed files with 0 additions and 3 deletions

View File

@ -14,7 +14,6 @@
<el-scrollbar height="360px">
<ul>
<!--资源-->
<template v-for="item in resourceList" :key="item.id">
<!--
apt pptx 暂时不显示
@ -177,13 +176,11 @@ const openFileLink = async (item) =>{
//
const getResource = () => {
let querySearch = toRaw(toolStore.curSubjectNode).querySearch
querySearch.orderByColumn = 'uploadTime'
querySearch.isAsc = 'desc'
querySearch.pageSize = 500
getSmarttalkPage(querySearch).then(res => {
console.log('资源=====》',res.rows)
resourceList.value = res.rows
})