diff --git a/src/views/reviewers/components/TrialExperience.vue b/src/views/reviewers/components/TrialExperience.vue index 0ffaa9d2..6cc917ef 100644 --- a/src/views/reviewers/components/TrialExperience.vue +++ b/src/views/reviewers/components/TrialExperience.vue @@ -383,6 +383,7 @@ export default { reviewerId() { if (this.reviewerId) { this.doctorId = this.reviewerId + this.initForm() } }, Trial_Phase_isOther() { @@ -402,7 +403,7 @@ export default { methods: { async initForm() { await this.getDicData() - const id = this.$route.query.Id + const id = this.$route.query.Id || this.reviewerId if (id) { this.loading = true getTrialExperience(id)