From 7148a8e428cd75358c3dc2dbb6d229096ef54d07 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 19 Sep 2022 14:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E4=B8=AD=E9=87=8D=E7=BD=AE=E6=8C=89=E9=92=AE=E6=97=B6?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=9F=A5=E8=AF=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/logininfor/index.vue | 2 +- src/views/monitor/operlog/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/monitor/logininfor/index.vue b/src/views/monitor/logininfor/index.vue index dd0c942..59a5353 100644 --- a/src/views/monitor/logininfor/index.vue +++ b/src/views/monitor/logininfor/index.vue @@ -169,8 +169,8 @@ function handleQuery() { function resetQuery() { dateRange.value = []; proxy.resetForm("queryRef"); + queryParams.value.pageNum = 1; proxy.$refs["logininforRef"].sort(defaultSort.value.prop, defaultSort.value.order); - handleQuery(); } /** 多选框选中数据 */ function handleSelectionChange(selection) { diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 9bbe042..950ea0b 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -239,8 +239,8 @@ function handleQuery() { function resetQuery() { dateRange.value = []; proxy.resetForm("queryRef"); + queryParams.value.pageNum = 1; proxy.$refs["operlogRef"].sort(defaultSort.value.prop, defaultSort.value.order); - handleQuery(); } /** 多选框选中数据 */ function handleSelectionChange(selection) {