From a529fd8b3bd88610f3d98e064edbfdab07aa32db Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 14 Oct 2024 10:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E6=90=9C=E7=B4=A2=E6=97=B6?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=88=B0=E7=AC=AC=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 7f736a10..1b68f3ec 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3229,6 +3229,7 @@ function onFocusEnd(){ getTableDate(); }; const handleSearch1 = () => { + state.currentPage1 = 1; getTableDate(); }; const handleRest1 = () => { @@ -3238,6 +3239,7 @@ function onFocusEnd(){ state.auditStatus = null; state.sysTypeId = null; state.projectTime = ""; + state.currentPage1 = 1; getTableDate(); }; @@ -4806,9 +4808,10 @@ function onFocusEnd(){ console.log(state.kk_inputV1); console.log(state.kk_inputV2); console.log(state.selectTime); - state.pageSize222 = 10 - state.currentPage1 = 1 - getTableDate(); + // state.pageSize222 = 10 + // state.currentPage1 = 1 + // getTableDate(); + state.currentPage2 = 1; getTableDate3(); }; const handleRestTable = () => { @@ -4817,9 +4820,9 @@ function onFocusEnd(){ state.selectTime = ""; state.currentPage2 = 1; state.tableDataTotal2 = []; - state.pageSize222 = 10 - state.currentPage1 = 1 - getTableDate(); + // state.pageSize222 = 10 + // state.currentPage1 = 1 + // getTableDate(); getTableDate3(); };