This commit is contained in:
2020-04-02 14:18:28 +00:00
parent fbe647a799
commit a81ee7d204
4 changed files with 48 additions and 46 deletions

View File

@@ -34,7 +34,7 @@ export default {
// called once from app.vue only
//
wireUpEventHandlers(vm) {
var self = this;
let self = this;
//expects extra data (tid) to be { type: [AYATYPE], id: [RECORDID] }
window.$gz.eventBus.$on("openobject", function handleOpenObjectClickHandler(
tid