This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user