Commit 76efd99c authored by zL's avatar zL

提交部分代码

parent 9996bd58
...@@ -32,7 +32,6 @@ export default { ...@@ -32,7 +32,6 @@ export default {
this.$message("请输入名称"); this.$message("请输入名称");
return false; return false;
} }
if (this.isactive) { if (this.isactive) {
return; return;
} }
...@@ -114,6 +113,8 @@ export default { ...@@ -114,6 +113,8 @@ export default {
personalTemplateId: res.data.id, personalTemplateId: res.data.id,
}, },
}); });
} else {
this.isactive = false;
} }
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment