@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user