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:
@@ -30,12 +30,6 @@ const gridOptions: VxeGridProps<RowType> = {
|
||||
title: 'DateTime',
|
||||
width: 500,
|
||||
},
|
||||
{
|
||||
field: 'releaseDate',
|
||||
formatter: 'formatDate',
|
||||
title: 'Date',
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
fixed: 'right',
|
||||
|
Reference in New Issue
Block a user