869e1f71 by lxs

数据定价模型配置更新

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