MaiXinRong 9 달 전
부모
커밋
03f20ebe6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/public/js/shenpi.js

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

@@ -697,7 +697,7 @@ $(document).ready(function () {
         const copyFlow = [];
         const flow = $('li.d-flex', $(this).siblings('.lc-show'));
         for (const f of flow) {
-            const audit_type = $('select', f).val();
+            const audit_type = $('select', f).val() || 1;
             const auditors = $('.remove-audit', f);
             if (auditors.length === 0) continue;
             const aid = [];