Explorar o código

Update create.vue

lex %!s(int64=2) %!d(string=hai) anos
pai
achega
aa2ce348d5
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();