😎1、恢复vxetable全量格式及升级依赖
This commit is contained in:
parent
b468d6e2a4
commit
f5183e4acc
@ -28,9 +28,9 @@
|
||||
<PackageReference Include="AspNetCoreRateLimit" Version="5.0.0" />
|
||||
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" Aliases="BouncyCastleV2" />
|
||||
<PackageReference Include="Elastic.Clients.Elasticsearch" Version="9.0.0" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.49" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.49" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.49" />
|
||||
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.7.50" />
|
||||
<PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.9.7.50" />
|
||||
<PackageReference Include="Furion.Pure" Version="4.9.7.50" />
|
||||
<PackageReference Include="Hardware.Info" Version="101.0.1" />
|
||||
<PackageReference Include="Hashids.net" Version="1.7.0" />
|
||||
<PackageReference Include="IPTools.China" Version="1.6.0" />
|
||||
|
||||
@ -99,7 +99,7 @@ export const useVxeTable = <T>(opt: iVxeOption, extras?: VxeGridProps<T>) => {
|
||||
autoLoad: false,
|
||||
sort: true,
|
||||
props: {
|
||||
list: 'data.result.items', // 全量
|
||||
list: 'data.result', // 全量
|
||||
result: 'data.result.items', // 分页
|
||||
total: 'data.result.total',
|
||||
message: 'data.message',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user