This commit is contained in:
2020-12-21 20:06:54 +00:00
parent 535db75bb9
commit a14fa9e1ef
2 changed files with 1 additions and 7 deletions

View File

@@ -297,7 +297,7 @@ export default {
// break;
case "review":
vm.$router.push({
name: "ay-review",
name: "review-edit",
params: { ayatype: item.data.ayaType, recordid: item.data.recordId }
});
break;

View File

@@ -580,12 +580,6 @@ export default new Router({
)
},
{
path: "/review/:ayatype/:recordid",
name: "ay-review",
component: () =>
import(/* webpackChunkName: "ay-common" */ "./views/ay-review.vue")
},
{
path: "/history/:ayatype/:recordid/:userlog?",
name: "ay-history",