Explorar o código

Merge branch 'dev' into jenkins

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
2fe70171d8
Modificáronse 1 ficheiros con 3 adicións e 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(() => {
             next();
           })
-          .catch(() => {});
+          .catch(() => {
+            next(false)
+          });
       }, 200);
     } else {
       next();