fix: vxe默认为reload 修改为在当前页刷新

This commit is contained in:
dap 2024-10-16 11:03:24 +08:00
parent 2f16e64a3d
commit f9feeccc44
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,7 @@
- 登录日志 漏掉了登录日志日期查询
- 登出相关逻辑在并发(非await)情况下重复执行的问题
- VxeTable在开启/关闭查询表单时 需要使用不同的padding
- VxeTable表格刷新 默认为reload 修改为在当前页刷新(query)
**OTHERS**

View File

@ -48,7 +48,10 @@ setupVbenVxeTable({
// 最大化
zoom: true,
// 刷新
refresh: true,
refresh: {
// 默认为reload 修改为在当前页刷新
code: 'query',
},
},
// 圆角按钮
round: true,