lex 2 anni fa
parent
commit
aa2ce348d5
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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();