This commit is contained in:
2020-03-02 20:40:21 +00:00
parent 41eb47f8b3
commit 6747a8f783
6 changed files with 12 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ export default {
switch (tid.type) {
case ayatype.Widget:
vm.$router.push({
name: "inventory-widget-edit",
name: "widget-edit",
params: { recordid: tid.id }
});
break;