This commit is contained in:
2021-06-23 18:57:11 +00:00
parent 740df548d3
commit 70efafacc8
2 changed files with 11 additions and 1 deletions

View File

@@ -101,7 +101,11 @@ async function clickHandler(menuItem) {
});
}
break;
case "WorkOrderItemList":
m.vm.$router.push({
name: "svc-workorder-items"
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",