From fd218f3880633229cc63f944945a244a98af21f3 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 15 Aug 2025 09:57:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=8C=89=E9=92=AE=E4=BB=8E?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E9=A1=B5=E7=AE=97=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/manage/manage-list.vue | 7 +++++-- src/views/business/statistics/expert.vue | 7 +++++-- src/views/system/activity/list.vue | 7 +++++-- .../employee/role/components/role-employee-list/index.vue | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/views/business/manage/manage-list.vue b/src/views/business/manage/manage-list.vue index e29603f..244a1e2 100644 --- a/src/views/business/manage/manage-list.vue +++ b/src/views/business/manage/manage-list.vue @@ -34,7 +34,7 @@ --> - + @@ -299,7 +299,10 @@ function resetQuery() { queryForm.pageSize = pageSize; queryData(); } - +const queryDataBtn=()=>{ + queryForm.pageNum=1; + queryData(); +} // 查询数据 async function queryData() { tableLoading.value = true; diff --git a/src/views/business/statistics/expert.vue b/src/views/business/statistics/expert.vue index a52d332..9a5e894 100644 --- a/src/views/business/statistics/expert.vue +++ b/src/views/business/statistics/expert.vue @@ -29,7 +29,7 @@ - + @@ -194,7 +194,10 @@ function resetQuery() { queryForm.pageSize = pageSize; queryData(); } - +const queryDataBtn=()=>{ + queryForm.pageNum=1; + queryData(); +} // 查询数据 async function queryData() { tableLoading.value = true; diff --git a/src/views/system/activity/list.vue b/src/views/system/activity/list.vue index f166793..1e52081 100644 --- a/src/views/system/activity/list.vue +++ b/src/views/system/activity/list.vue @@ -37,7 +37,7 @@ --> - + @@ -253,7 +253,10 @@ function resetQuery() { queryForm.pageSize = pageSize; queryData(); } - +const queryDataBtn=()=>{ + queryForm.pageNum=1; + queryData(); +} // 查询数据 async function queryData() { tableLoading.value = true; diff --git a/src/views/system/employee/role/components/role-employee-list/index.vue b/src/views/system/employee/role/components/role-employee-list/index.vue index b15ff3b..0ea29d8 100644 --- a/src/views/system/employee/role/components/role-employee-list/index.vue +++ b/src/views/system/employee/role/components/role-employee-list/index.vue @@ -14,7 +14,7 @@
关键字: - 搜索 + 搜索 重置
@@ -123,7 +123,10 @@ tableLoading.value = false; } } - +const queryDataBtn=()=>{ + queryForm.pageNum=1; + queryRoleEmployee(); +} const columns = reactive([ { title: '姓名',