0714c60b by lxs

数据定价更新

1 parent fc97e0eb
...@@ -694,7 +694,7 @@ const setTableRowData = (dGuid, rIndex) => { ...@@ -694,7 +694,7 @@ const setTableRowData = (dGuid, rIndex) => {
694 t.damFieldTable = JSON.parse(JSON.stringify(damFieldOptions)); 694 t.damFieldTable = JSON.parse(JSON.stringify(damFieldOptions));
695 }) 695 })
696 // 匹配 696 // 匹配
697 !guid && matchTableFields(rowData, damTableField); 697 (!guid || (guid && dGuid != rowData.dataTableGuid)) && matchTableFields(rowData, damTableField);
698 // console.log('rowData', rowData) 698 // console.log('rowData', rowData)
699 } else { 699 } else {
700 proxy.$ElMessage.error(res.msg); 700 proxy.$ElMessage.error(res.msg);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!