From b6153d1aef10638afabc290cac43f1c63342ac6c Mon Sep 17 00:00:00 2001
From: 刘元博 <1553592282@qq.com>
Date: Fri, 21 Oct 2022 11:21:59 +0800
Subject: [PATCH] 修正选择按钮宽度
---
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.2