Explorar el Código

批量审核完跳转下一条

qinchao hace 4 años
padre
commit
a01f689333
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/modules/oe/views/captureDetail.vue

+ 2 - 2
src/modules/oe/views/captureDetail.vue

@@ -418,7 +418,7 @@ export default {
             message: "操作成功",
             type: "success",
           });
-          this.openNextAuditDetail("");
+          this.openNextAuditDetail("1");
         });
     },
     /**
@@ -471,7 +471,7 @@ export default {
                 type: "success",
               });
               this.dialogFormVisible = false;
-              this.openNextAuditDetail("");
+              this.openNextAuditDetail("1");
             });
         } else {
           return false;