edit
This commit is contained in:
parent
7d457782cc
commit
bff59d699f
|
@ -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
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue