laiguoran %!s(int64=5) %!d(string=hai) anos
pai
achega
e615c30b9a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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(),