|
@@ -451,6 +451,9 @@ function handlePointListOnlySearch(pointList: any[]) {
|
|
|
const list = filterPointList(pointList)
|
|
|
if (!searchObj.isSearch) {
|
|
|
coursewareSearchList.value = list
|
|
|
+ if (drawerSearchShow.value) {
|
|
|
+ tempCoursewareList.value = list
|
|
|
+ }
|
|
|
} else {
|
|
|
if (flattenCoursewareListData[0]) {
|
|
|
// 默认展开第一个
|