生成模板

This commit is contained in:
huangdeliang 2021-03-08 16:05:49 +08:00
parent b3ce59ff25
commit 9ccd7ab17c

View File

@ -198,10 +198,10 @@ export default {
callback: () => {
this.$message.success(`另存为模板「${form.name}」成功`);
this.loading = false;
window.open(
"/recipes/build/" + form.name + "/" + planId + "?temId=" + id,
"_blank"
);
// window.open(
// "/recipes/build/" + form.name + "/" + planId + "?temId=" + id,
// "_blank"
// );
},
});
}