This commit is contained in:
2020-12-22 00:36:58 +00:00
parent a4b89671b4
commit 1780e8924f
5 changed files with 41 additions and 31 deletions

View File

@@ -296,9 +296,14 @@ export default {
// alert("STUB: plugin / more");
// break;
case "review":
//go to list
// path: "/home-reviews/:objectType?/:objectId?",
vm.$router.push({
name: "review-edit",
params: { ayatype: item.data.ayaType, recordid: item.data.recordId }
name: "home-reviews",
params: {
objectType: item.data.ayaType,
objectId: item.data.recordId
}
});
break;
case "history":