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

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

@ -167,7 +167,7 @@ const SupplierEvaluateScoreDetail: React.FC = () => {
id: record.id,
scoreVoList: scoreData.flatMap((item) => {
return item.indicatorNdList.map((subItem: any) => ({
id: item.id,
id: subItem.id,
remark: subItem.remark || item.remark || '',
score: String(subItem.scoreNum || item.score || ''),
}));