This commit is contained in:
@@ -271,7 +271,7 @@ function initNavPanel() {
|
||||
sub.push({
|
||||
title: "HeadOfficeList",
|
||||
icon: "$ayiSitemap",
|
||||
route: "/cust-headoffices",
|
||||
route: "/cust-head-offices",
|
||||
key: key++
|
||||
});
|
||||
|
||||
|
||||
@@ -27,6 +27,12 @@ export default {
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
case ayatype.HeadOffice:
|
||||
vm.$router.push({
|
||||
name: "head-office-edit",
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
case ayatype.Widget:
|
||||
vm.$router.push({
|
||||
name: "widget-edit",
|
||||
|
||||
Reference in New Issue
Block a user