fix: vxe默认为reload 修改为在当前页刷新
This commit is contained in:
parent
2f16e64a3d
commit
f9feeccc44
@ -16,6 +16,7 @@
|
||||
- 登录日志 漏掉了登录日志日期查询
|
||||
- 登出相关逻辑在并发(非await)情况下重复执行的问题
|
||||
- VxeTable在开启/关闭查询表单时 需要使用不同的padding
|
||||
- VxeTable表格刷新 默认为reload 修改为在当前页刷新(query)
|
||||
|
||||
**OTHERS**
|
||||
|
||||
|
@ -48,7 +48,10 @@ setupVbenVxeTable({
|
||||
// 最大化
|
||||
zoom: true,
|
||||
// 刷新
|
||||
refresh: true,
|
||||
refresh: {
|
||||
// 默认为reload 修改为在当前页刷新
|
||||
code: 'query',
|
||||
},
|
||||
},
|
||||
// 圆角按钮
|
||||
round: true,
|
||||
|
Loading…
Reference in New Issue
Block a user