From 5830c3c96dc10e3eac175b591d5f8d46202171c2 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期六, 29 十月 2022 17:35:25 +0800
Subject: [PATCH] !242 优化调用toAjax时的冗余三元操作符。 Merge pull request !242 from scmiot/dev

---
 ruoyi-ui/src/views/monitor/logininfor/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/monitor/logininfor/index.vue b/ruoyi-ui/src/views/monitor/logininfor/index.vue
index c7776f5..8a9b17a 100644
--- a/ruoyi-ui/src/views/monitor/logininfor/index.vue
+++ b/ruoyi-ui/src/views/monitor/logininfor/index.vue
@@ -189,8 +189,8 @@
     resetQuery() {
       this.dateRange = [];
       this.resetForm("queryForm");
+      this.queryParams.pageNum = 1;
       this.$refs.tables.sort(this.defaultSort.prop, this.defaultSort.order)
-      this.handleQuery();
     },
     /** 澶氶�夋閫変腑鏁版嵁 */
     handleSelectionChange(selection) {

--
Gitblit v1.9.3