Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
0458b2d73d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue