😎修复vxetable全量导出
This commit is contained in:
parent
fc0f753552
commit
b468d6e2a4
@ -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',
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user