This commit is contained in:
2020-11-24 17:54:50 +00:00
parent 2e7a3f23ba
commit 6effcda8b6
4 changed files with 31 additions and 11 deletions

View File

@@ -1402,10 +1402,9 @@ async function clickHandler(menuItem) {
});
break;
case "CustomerNoteList":
m.vm.$router.push({
name: "customer-notes",
params: { customerid: m.vm.obj.id }
params: { customerid: m.vm.obj.id, customername: m.vm.obj.name }
});
break;
default: