diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index 512a259a..d65e9dab 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -13,7 +13,7 @@ export default { if (tid.type && tid.id) { switch (tid.type) { case ayatype.Widget: - this.$router.push({ + vm.$router.push({ name: "inventory-widget-edit", params: { id: item.id } });