This commit is contained in:
@@ -143,9 +143,7 @@ export default new Router({
|
|||||||
path: "/customize/:formCustomTemplateKey",
|
path: "/customize/:formCustomTemplateKey",
|
||||||
name: "customize",
|
name: "customize",
|
||||||
component: () =>
|
component: () =>
|
||||||
import(
|
import(/* webpackChunkName: "customize" */ "./views/customize.vue")
|
||||||
/* webpackChunkName: "inventory-widget-edit" */ "./views/customize.vue"
|
|
||||||
)
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "*",
|
path: "*",
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ export default {
|
|||||||
window.$gz.locale.fetch(ltKeysRequired).then(next());
|
window.$gz.locale.fetch(ltKeysRequired).then(next());
|
||||||
},
|
},
|
||||||
beforeCreate() {
|
beforeCreate() {
|
||||||
|
alert("HELLO");
|
||||||
debugger;
|
debugger;
|
||||||
var vm = this;
|
var vm = this;
|
||||||
initForm(this)
|
initForm(this)
|
||||||
@@ -203,13 +204,6 @@ export default {
|
|||||||
window.$gz.errorHandler.handleFormError(error, vm);
|
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