Explorar o código

修复审批流程bug

ellisran hai 11 meses
pai
achega
88963ef9f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 : [];