Browse Source

修复审批流程bug

ellisran 11 months ago
parent
commit
88963ef9f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/shenpi.js

+ 1 - 1
app/public/js/shenpi.js

@@ -1328,7 +1328,7 @@ $(document).ready(function () {
         }
         console.log(prop);
         postData('/tender/' + cur_tenderid + '/shenpi/audit/save', prop, function (data) {
-            const flow = findSplc(code);
+            // const flow = findSplc(code);
             const index = flow.groupList.findIndex(x => { return x.id === group.id; });
             flow.groupList.splice(index, 1);
             flow.auditGroupList = flow.groupList.length > 0 ? flow.groupList[0].auditGroupList : [];