简历其他相关经历项目和系统区分
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-22 17:43:05 +08:00
parent 9b47ae188c
commit 81d9f2ea7b
1 changed files with 3 additions and 0 deletions

View File

@ -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