|
@@ -551,7 +551,6 @@ function CommitAuditModal(props) {
|
|
};
|
|
};
|
|
|
|
|
|
const onFormValueChange = (changedFields, allValues) => {
|
|
const onFormValueChange = (changedFields, allValues) => {
|
|
- console.log(allValues);
|
|
|
|
const currentNodeID = auditList[currentTab].nodeId;
|
|
const currentNodeID = auditList[currentTab].nodeId;
|
|
const allFormItem = auditList[currentTab].items;
|
|
const allFormItem = auditList[currentTab].items;
|
|
const componentValue = formComponentValues[currentNodeID] || [];
|
|
const componentValue = formComponentValues[currentNodeID] || [];
|
|
@@ -576,7 +575,6 @@ function CommitAuditModal(props) {
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
const prevValue = allValues[tempFormItem.props.id];
|
|
const prevValue = allValues[tempFormItem.props.id];
|
|
- console.log(prevValue);
|
|
|
|
// 从allValue中找到该值
|
|
// 从allValue中找到该值
|
|
componentValue.push({
|
|
componentValue.push({
|
|
name: tempFormItem.props.label,
|
|
name: tempFormItem.props.label,
|