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() {
|
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)
|
||||||
|
|
Loading…
Reference in New Issue