0714c60b by lxs

数据定价更新

1 parent fc97e0eb
......@@ -694,7 +694,7 @@ const setTableRowData = (dGuid, rIndex) => {
t.damFieldTable = JSON.parse(JSON.stringify(damFieldOptions));
})
// 匹配
!guid && matchTableFields(rowData, damTableField);
(!guid || (guid && dGuid != rowData.dataTableGuid)) && matchTableFields(rowData, damTableField);
// console.log('rowData', rowData)
} else {
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!