Browse Source

other: 去除debug信息

ZhaoJun 1 year ago
parent
commit
8007bdbf2b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/pages/Detail/CommitAuditModal.js

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

@@ -420,7 +420,6 @@ function CommitAuditModal(props) {
     let firstList = [...new Set(list)];
     // let attachment = await upload();
     firstList.forEach(id => {
-      debugger
       let approvalNode = flowDetail.nodes.find?.(item => item.Id == id);
       if (!approvalNode) return;
       const prevValues = data.length ? data.find((item) => item.template_node_id === approvalNode.Id).formComponentValues : []
@@ -573,7 +572,6 @@ function CommitAuditModal(props) {
         message.error('当前存在审批节点未绑定审批流程!请联系管理员。');
         return;
       }
-      debugger
       await querySaveBomForm({
         project_id: version.project_id,
         node_id: version.template_node_id,