This commit is contained in:
2020-02-28 00:43:46 +00:00
parent fbb45da1ba
commit fe3e0117bf
8 changed files with 71 additions and 28 deletions

View File

@@ -104,7 +104,7 @@ export default {
"Logout",
//form required options
"Active",
"Add",
"New",
"Cancel",
"Close",
"Save",

View File

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