diff --git a/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue b/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue index 26f1e8d1..6883faf6 100644 --- a/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue +++ b/src/views/trials/trials-panel/enrolled-reviewers/resume/index.vue @@ -40,7 +40,7 @@ export default { // }, }, mounted() { - this.isAll = this.$route.query.blindState !== '0' + this.isAll = !this.$route.query.blindState const token = getQueryString('token') if (token) { store.dispatch('user/setToken', token)