fix: when a table switches paging, no form parameters will be carried (#4607)

* fix: when a table switches paging, no form parameters will be carried

* chore: typo
This commit is contained in:
Vben
2024-10-10 22:48:25 +08:00
committed by GitHub
parent f923f59070
commit 304b1b2efc
9 changed files with 67 additions and 43 deletions

View File

@@ -30,12 +30,6 @@ const gridOptions: VxeGridProps<RowType> = {
title: 'DateTime',
width: 500,
},
{
field: 'releaseDate',
formatter: 'formatDate',
title: 'Date',
width: 300,
},
{
field: 'action',
fixed: 'right',