From 748b6508bc8873869470f9d920586e927bd37a9a Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 10 Mar 2023 02:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=EF=BC=8C=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/study/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/study/index.vue b/pages/study/index.vue index c52051d..8a247dc 100644 --- a/pages/study/index.vue +++ b/pages/study/index.vue @@ -509,8 +509,8 @@ } this.loadStatus='loading'; let params = { - page: this.taskPageIndex, - size: this.taskPageSize, + pageNo: this.taskPageIndex, + pageSize: this.taskPageSize, cmtask_user_status: this.boeStatus, cmtask_name: this.loadkeyword, }