Explorar el Código

Update create.vue

lex hace 2 años
padre
commit
aa2ce348d5
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/process/list/create.vue

+ 3 - 1
src/views/process/list/create.vue

@@ -542,7 +542,9 @@ export default {
           .then(() => {
           .then(() => {
             next();
             next();
           })
           })
-          .catch(() => {});
+          .catch(() => {
+            next(false)
+          });
       }, 200);
       }, 200);
     } else {
     } else {
       next();
       next();