Parcourir la source

Update create.vue

lex il y a 2 ans
Parent
commit
aa2ce348d5
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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();