评价打分传参字段修改主键

This commit is contained in:
linxd
2025-07-15 10:47:38 +08:00
parent c30e0d7dd5
commit 51f1559174
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ const ScoreEvaluationTable: React.FC<ScoreEvaluationTableProps> = ({
if (typeof ndItem === 'object' && ndItem !== null) {
flattenedData.push({
key: `${stItem.id || stIndex}-${ndItem.id || ndIndex}`,
stId: stItem.id,
stId: ndItem.stId,
ndId: ndItem.id,
baseIndicator: stItem.baseIndicator || '',
descIndicator: stItem.indicatorDesc || '',