fix:【antd】【erp 系统】tableData.value.findIndex((item) => item.id === row.id) 不正确的问题,使用 seq 比对

This commit is contained in:
YunaiV
2025-10-05 14:38:00 +08:00
parent c6bd38f98d
commit 98d7ed663f
12 changed files with 32 additions and 32 deletions

View File

@@ -65,7 +65,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
autoResize: true,
border: true,
rowConfig: {
keyField: 'row_id',
keyField: 'seq',
isHover: true,
},
pagerConfig: {

View File

@@ -65,7 +65,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
autoResize: true,
border: true,
rowConfig: {
keyField: 'row_id',
keyField: 'seq',
isHover: true,
},
pagerConfig: {