This commit is contained in:
2020-12-14 19:39:55 +00:00
parent f7e301d586
commit 98e83a54e1
4 changed files with 19 additions and 32 deletions

View File

@@ -15,6 +15,12 @@ export default {
if (tid.type && tid.id != null) {
switch (tid.type) {
case ayatype.Memo:
vm.$router.push({
name: "memo-edit",
params: { recordid: tid.id }
});
break;
case ayatype.Customer:
vm.$router.push({
name: "customer-edit",