This commit is contained in:
2021-09-15 00:21:52 +00:00
parent a976c59c4d
commit 84ae8e3cfc
3 changed files with 26 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ async function clickHandler(menuItem) {
switch (m.key) {
case "new":
m.vm.$router.push({
name: "svc-work-order-item-priority-edit",
name: "svc-work-order-item-priorities-edit",
params: { recordid: 0 }
});
break;