This commit is contained in:
2021-01-05 01:05:57 +00:00
parent 37d9a3e9bc
commit 3c3264a123
4 changed files with 17 additions and 32 deletions

View File

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