From 2feedfe7d771c1c3a0ddd2d3bd20fcf66630b326 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 3 Nov 2023 16:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E4=BC=A0=E9=80=92=E7=94=A8?= =?UTF-8?q?=E6=88=B7id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 39b0f4c0..bf8a9c1b 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -643,6 +643,7 @@ export default { pageIndex: 1, // 第几页 pageSize: 9,//每页多少条 openCourse: 0,//增加的公开课查询 + userId:'' }, sceneList: [], //场景 keyword: "",//查询的关键字 @@ -1375,6 +1376,7 @@ export default { let isTopList = []; // 隐藏loadMore this.moreState = 2; + this.course.userId = this.userInfo.aid await apiCoursePortal.courseSearch(this.course).then(res => { this.searching = false; if (res.status == 200) {