소스 검색

提交bug

laiguoran 5 년 전
부모
커밋
e615c30b9a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/public/js/stage.js

+ 2 - 2
app/public/js/stage.js

@@ -2954,7 +2954,7 @@ $(document).ready(() => {
         return false;
     });
     $('#audit-check2').submit(function (e) {
-        if (auditCheck(2)) {
+        if (auditCheck(0)) {
             $(this).parent().parent().modal('hide');
             const data = {
                 opinion: $('[name=opinion]', this).val(),
@@ -2966,7 +2966,7 @@ $(document).ready(() => {
         return false;
     });
     $('#audit-check3').submit(function (e) {
-        if (auditCheck(3)) {
+        if (auditCheck(1)) {
             $(this).parent().parent().modal('hide');
             const data = {
                 opinion: $('[name=opinion]', this).val(),