This commit is contained in:
lb
2023-03-17 14:14:31 +08:00
parent f9cfdacf30
commit 58f6737adb
3 changed files with 10 additions and 7 deletions

View File

@@ -292,7 +292,7 @@ export default {
break;
}
case "view-recipe": {
this.openDialog(data, false, { key: "attr" });
this.openDialog(data, true, { key: "attr" });
break;
}
case "copy": {