fix: fix request not displaying interface error messages correctly (#4596)

This commit is contained in:
Vben
2024-10-09 22:08:55 +08:00
committed by GitHub
parent 8fe87b10dc
commit ba4662522e
9 changed files with 39 additions and 16 deletions

View File

@@ -30,7 +30,6 @@ const gridOptions: VxeGridProps<RowType> = {
{ field: 'productName', title: 'Product Name' },
{ field: 'price', title: 'Price' },
{ field: 'releaseDate', formatter: 'formatDateTime', title: 'DateTime' },
{ field: 'releaseDate', formatter: 'formatDate', title: 'Date' },
],
height: 'auto',
keepSource: true,