fix: 关闭查询保存参数

This commit is contained in:
Orange
2020-10-30 17:45:59 +08:00
committed by Jiangjie.Bai
parent 1abf30c347
commit dda36d2b40

View File

@@ -31,7 +31,7 @@ export default {
defaultAlign: 'left',
dataPath: 'results',
totalPath: 'count',
saveQuery: true, // 关闭路径保存查询参数
saveQuery: false, // 关闭路径保存查询参数
persistSelection: true, // 切换页面 已勾选项不会丢失
hasEdit: userTableActions.hasEdit !== false, // 有编辑按钮
hasDelete: userTableActions.hasDelete !== false,