remove 移除分页合理化参数 使用 MP 全局配置分页溢出

This commit is contained in:
疯狂的狮子li
2021-09-02 15:59:42 +08:00
parent ab9bc35f9f
commit 80784433b8
17 changed files with 4 additions and 34 deletions

View File

@ -219,7 +219,6 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 10,
reasonable: true,
tableName: undefined,
tableComment: undefined
},