fix: 部门列表不显示

pull/150/head
frank.han 2025-06-19 16:10:45 +08:00
parent 61c086e02a
commit 81bd36a186
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,