This commit is contained in:
@@ -143,9 +143,7 @@ export default new Router({
|
||||
path: "/customize/:formCustomTemplateKey",
|
||||
name: "customize",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "inventory-widget-edit" */ "./views/customize.vue"
|
||||
)
|
||||
import(/* webpackChunkName: "customize" */ "./views/customize.vue")
|
||||
},
|
||||
{
|
||||
path: "*",
|
||||
|
||||
@@ -73,6 +73,7 @@ export default {
|
||||
window.$gz.locale.fetch(ltKeysRequired).then(next());
|
||||
},
|
||||
beforeCreate() {
|
||||
alert("HELLO");
|
||||
debugger;
|
||||
var vm = this;
|
||||
initForm(this)
|
||||
@@ -203,13 +204,6 @@ export default {
|
||||
window.$gz.errorHandler.handleFormError(error, vm);
|
||||
});
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "sliders-h",
|
||||
title: window.$gz.locale.get("Customize")
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user