From 1bc8732f228c654956e6704f7ca07f9b1cc529cb Mon Sep 17 00:00:00 2001 From: yexingyuan <1171148438@qq.com> Date: Fri, 28 Apr 2023 10:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E9=A1=B5=E9=9D=A2=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E6=8F=92=E4=BB=B6=E5=86=99=E6=AD=BB=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=AC=AC=E4=BA=8C=E9=A1=B5=E6=97=A0=E6=B3=95=E8=A7=A6?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 48ed9c9..9719642 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -288,7 +288,6 @@ const getList = () => { * 搜索按钮操作 */ const handleQuery = () => { - queryParams.value.pageNum = 1; getList(); }