Browse Source

Signed-off-by: 李妹妹 <1639016684@qq.com>

李妹妹 2 tháng trước cách đây
mục cha
commit
cc21273482
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      pages_task/onlineLecture.vue

+ 3 - 3
pages_task/onlineLecture.vue

@@ -370,9 +370,9 @@ export default {
 				// 构建请求参数
 				const params = {
 					finishStatus:this.currentTab,
-					// title:this.keyword,
-					// pageNum: 1,
-					// pageSize: this.pageSize
+					title:this.keyword,
+					pageNum: 1,
+					pageSize: this.pageSize
 				}
 				const res = await getOnlineLectureList(params)
 				uni.hideLoading()