1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-10-29 10:27:20 +08:00
parent 5edf2f8790
commit 7343036ebf
1 changed files with 2 additions and 1 deletions

View File

@ -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)