Explorar el Código

chore: 删除debugger用的log

ZhaoJun hace 1 año
padre
commit
7806b1d5c8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/pages/Detail/CommitAuditModal.js

+ 0 - 2
src/pages/Detail/CommitAuditModal.js

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