Browse Source

提交bug

laiguoran 5 years ago
parent
commit
e615c30b9a
1 changed files with 2 additions and 2 deletions
  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(),