fix: 分页增加判断条件

This commit is contained in:
@changcode
2021-08-23 18:50:08 +08:00
parent 9c134cc392
commit d46b8eaaf5
31 changed files with 32 additions and 32 deletions

View File

@@ -77,7 +77,7 @@ export default {
return {
url: 'asset/asset',
tableId: 'projectAsset',
dataListLayout: ['searchInput'],
dataListLayout: ['searchInput', 'pagination'],
pageObj: {
pageNo: 1,
pageSize: this.$CONSTANTS.defaultPageSize,