简历其他相关经历项目和系统区分
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9b47ae188c
commit
81d9f2ea7b
|
@ -864,6 +864,9 @@ export default {
|
||||||
let validate = await this.$refs.otherAboutFrom.validate()
|
let validate = await this.$refs.otherAboutFrom.validate()
|
||||||
if (!validate) return false
|
if (!validate) return false
|
||||||
this.otherForm.DoctorId = this.reviewerId
|
this.otherForm.DoctorId = this.reviewerId
|
||||||
|
if(this.trialId){
|
||||||
|
this.otherForm.TrialId = this.trialId
|
||||||
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
let res = await updateOtherExperience(this.otherForm)
|
let res = await updateOtherExperience(this.otherForm)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
Loading…
Reference in New Issue