case 4557

This commit is contained in:
2023-11-22 19:05:09 +00:00
parent 7f48711bcf
commit 7a88f21eb2

View File

@@ -333,7 +333,7 @@ async function clickHandler(menuItem) {
case "new":
m.vm.$router.push({
name: "customer-note-edit",
params: { recordid: 0 }
params: { recordid: 0, customerid: m.vm.obj.customerId }
});
break;
case "report":