9bd25e4c by lxs

数据定价模型配置更新

1 parent 942d8003
......@@ -599,6 +599,9 @@ const setTableRowData = (dGuid, rIndex) => {
})
rowData.dataFields.map(t => {
t.damFieldTable = JSON.parse(JSON.stringify(damFieldOptions));
const match = damFieldOptions.find(d => d.chName == t.fieldName);
t.chName = match?.chName || '';
t.enName = match?.enName || '';
})
// console.log('rowData', rowData)
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!