简历其他相关经历项目和系统区分
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()
|
||||
if (!validate) return false
|
||||
this.otherForm.DoctorId = this.reviewerId
|
||||
if(this.trialId){
|
||||
this.otherForm.TrialId = this.trialId
|
||||
}
|
||||
this.loading = true
|
||||
let res = await updateOtherExperience(this.otherForm)
|
||||
this.loading = false
|
||||
|
|
Loading…
Reference in New Issue