Browse Source

card goback md

zhangjie 4 years ago
parent
commit
c2a1df1492
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/modules/card/views/CardDesign.vue

+ 2 - 0
src/modules/card/views/CardDesign.vue

@@ -600,6 +600,8 @@ export default {
           this.$ls.set("cardId", this.cardId);
           this.canSave = false;
           this.$message.success("提交成功!");
+          // 提交之后退出编辑,v1.1修改
+          this.goback();
         } else {
           this.$message.error("提交失败,请重新尝试!");
         }