From 2c5e3e429f7a80dc9dbc13f19d9f180c495e83ac Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 21 二月 2023 18:05:22 +0800 Subject: [PATCH] 升级druid到最新版本1.2.16 --- ruoyi-ui/src/views/monitor/logininfor/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/monitor/logininfor/index.vue b/ruoyi-ui/src/views/monitor/logininfor/index.vue index c7776f5..8e3dc03 100644 --- a/ruoyi-ui/src/views/monitor/logininfor/index.vue +++ b/ruoyi-ui/src/views/monitor/logininfor/index.vue @@ -110,7 +110,7 @@ <dict-tag :options="dict.type.sys_common_status" :value="scope.row.status"/> </template> </el-table-column> - <el-table-column label="操作信息" align="center" prop="msg" /> + <el-table-column label="操作信息" align="center" prop="msg" :show-overflow-tooltip="true" /> <el-table-column label="登录日期" align="center" prop="loginTime" sortable="custom" :sort-orders="['descending', 'ascending']" width="180"> <template slot-scope="scope"> <span>{{ parseTime(scope.row.loginTime) }}</span> @@ -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