From 0ff28c7aadde19a85e2b7ef1a165b097edb34789 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Fri, 15 Nov 2024 14:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/history/bound/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/history/bound/index.vue b/ruoyi-ui/src/views/history/bound/index.vue index dd9e956..fd7845f 100644 --- a/ruoyi-ui/src/views/history/bound/index.vue +++ b/ruoyi-ui/src/views/history/bound/index.vue @@ -158,7 +158,7 @@ export default { }, handleQuery() { - // this.queryParams.pageNum = 1 + this.queryParams.pageNum = 1 this.getList() },