mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 19:02:00 +08:00
fix: fix request not displaying interface error messages correctly (#4596)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user