修复另存为

This commit is contained in:
huangdeliang
2021-03-15 11:38:09 +08:00
parent 79a1c4c554
commit 8155373958
3 changed files with 3 additions and 4 deletions

View File

@ -145,8 +145,7 @@ export default {
this.updateStateData({ recipesData: [] });
},
handleOnTemplateClick() {
// this.$refs.templateRef.showDialog();
console.log(this.$route.query);
this.$refs.templateRef.showDialog();
},
handleOnCopy(form) {
this.loading = true;