Explorar el Código

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

李妹妹 hace 1 mes
padre
commit
cc21273482
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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()