!150 fix: 部门列表不显示

Merge pull request !150 from Frank.han/dept-fix
pull/152/head
xingyu 2025-06-19 09:41:11 +00:00 committed by Gitee
commit 1a552ed618
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ const [Grid, gridApi] = useVbenVxeGrid({
},
},
},
pagerConfig: {
enabled: false,
},
rowConfig: {
keyField: 'id',
isHover: true,