This commit is contained in:
2020-11-11 18:27:38 +00:00
parent 4cec5dd8cc
commit 6b8bbe23a1
2 changed files with 44 additions and 17 deletions

View File

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