diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 3ed7048..9b0783c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -284,7 +284,7 @@ export default { this.$router.replace({ path: res[0].path }); return; } - if (this.hasPermi(["role:pm",'role:crc'])) { + if (this.hasPermi(["role:pm",'role:oa','role:admin'])) { this.$router.replace({ path: "/trials/trials-inspection" }); } else if (this.hasPermi(["role:oa"])) { this.$router.replace({ path: "/system" }); diff --git a/src/views/trials/trials-inspection/components/research-trials-list.vue b/src/views/trials/trials-inspection/components/research-trials-list.vue index fd0d578..6985073 100644 --- a/src/views/trials/trials-inspection/components/research-trials-list.vue +++ b/src/views/trials/trials-inspection/components/research-trials-list.vue @@ -125,6 +125,7 @@ - + - +