瀏覽代碼

Update create.vue

lex 2 年之前
父節點
當前提交
aa2ce348d5
共有 1 個文件被更改,包括 3 次插入1 次删除
  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();