This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
|||||||
if (tid.type && tid.id) {
|
if (tid.type && tid.id) {
|
||||||
switch (tid.type) {
|
switch (tid.type) {
|
||||||
case ayatype.Widget:
|
case ayatype.Widget:
|
||||||
this.$router.push({
|
vm.$router.push({
|
||||||
name: "inventory-widget-edit",
|
name: "inventory-widget-edit",
|
||||||
params: { id: item.id }
|
params: { id: item.id }
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user