This commit is contained in:
2021-01-16 00:15:27 +00:00
parent 0c66b40536
commit 85f60f2285
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ async function clickHandler(menuItem) {
switch (m.key) {
case "new":
m.vm.$router.push({
name: "partassembly-edit",
name: "part-assembly-edit",
params: { recordid: 0 }
});
break;