This commit is contained in:
2020-01-30 21:30:59 +00:00
parent 1b0a98095c
commit e028b609ac
3 changed files with 98 additions and 9 deletions

View File

@@ -218,7 +218,7 @@
import ayaNovaVersion from "./api/ayanova-version";
import gzconfirm from "./components/gzconfirm";
import gznotify from "./components/gznotify";
//import gztest from "./components/gztest";
import openObjectHandler from "./api/open-object-handler";
export default {
components: {
@@ -241,12 +241,12 @@ export default {
created() {
//////////////////////////////////
// WIRE UP
// MENU and DIALOG EVENT HANDLERS
// ON GZEVENTBUS
// EVENT HANDLERS ON GZEVENTBUS
//
//
window.$gz.menu.wireUpEventHandlers(this);
window.$gz.dialog.wireUpEventHandlers(this);
openObjectHandler.wireUpEventHandlers(this);
},
beforeDestroy() {
//UNWIRE ALL EVENT HANDLERS FROM GZEVENTBUS