😎修复vxetable全量导出

This commit is contained in:
zuohuaijun 2025-04-24 17:59:30 +08:00
parent fc0f753552
commit b468d6e2a4

View File

@ -99,8 +99,8 @@ export const useVxeTable = <T>(opt: iVxeOption, extras?: VxeGridProps<T>) => {
autoLoad: false,
sort: true,
props: {
list: 'data.result', // 不分页时
result: 'data.result.items', // 分页
list: 'data.result.items', // 全量
result: 'data.result.items', // 分页
total: 'data.result.total',
message: 'data.message',
},