cf1b8836 by lxs Committed by lihua

数据定价更新

1 parent 02077601
......@@ -678,7 +678,7 @@ const setRowData = (rowData, dGuid, detailDataTable) => {
const setTableRowData = (dGuid, rIndex, setRow = true) => {
let rowData = tableData.value[rIndex];
const detailDataTable = (flowDetail.value.dataPricingDemandmatchingRQVOS || []).find(f => f.dataTableGuid == dGuid);
const detailDataTable = (flowDetail.value.dataPricingDemandmatchingRQVOS || []).find(f => f.dataTableGuid == dGuid && f.demandTableGuid == rowData.demandTableGuid);
setRow && setRowData(rowData, dGuid, detailDataTable);
const currDataTableGuid = detailDataTable?.dataTableGuid || '';
if (dGuid) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!