fix oa dashboard

This commit is contained in:
xuecong 2021-11-16 10:55:22 +08:00
parent a3ff64a348
commit 54eda400cb

View File

@ -251,7 +251,7 @@ export default {
{ {
on: { on: {
click: () => { click: () => {
this.$router.push(`/meeting/detail/${p.row.id}`); this.$router.push(`/oa/meeting/detail/${p.row.id}`);
} }
} }
}, },