Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-10-29 10:39:59 +08:00
commit 0458b2d73d
1 changed files with 2 additions and 1 deletions

View File

@ -383,6 +383,7 @@ export default {
reviewerId() { reviewerId() {
if (this.reviewerId) { if (this.reviewerId) {
this.doctorId = this.reviewerId this.doctorId = this.reviewerId
this.initForm()
} }
}, },
Trial_Phase_isOther() { Trial_Phase_isOther() {
@ -402,7 +403,7 @@ export default {
methods: { methods: {
async initForm() { async initForm() {
await this.getDicData() await this.getDicData()
const id = this.$route.query.Id const id = this.$route.query.Id || this.reviewerId
if (id) { if (id) {
this.loading = true this.loading = true
getTrialExperience(id) getTrialExperience(id)