😎1、恢复vxetable全量格式及升级依赖

This commit is contained in:
zuohuaijun 2025-04-25 00:33:54 +08:00
parent b468d6e2a4
commit f5183e4acc
2 changed files with 4 additions and 4 deletions

View File

@ -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" />

View File

@ -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',