This commit is contained in:
2021-07-09 19:57:43 +00:00
parent d3738e9548
commit 6da1177692
4 changed files with 47 additions and 18 deletions

View File

@@ -1399,6 +1399,16 @@ async function clickHandler(menuItem) {
params: { customerid: m.vm.obj.id, customername: m.vm.obj.name }
});
break;
case "WorkOrderList":
m.vm.$router.push({
name: "svc-workorders",
params: {
aType: m.vm.ayaType,
objectId: m.vm.obj.id,
name: m.vm.obj.name
}
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",