简历采集英文环境填写工作所属医院,未保存成功
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7ff0273c29
commit
4c1a770969
|
@ -159,7 +159,6 @@
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
v-model="form.Hospital"
|
v-model="form.Hospital"
|
||||||
:fetch-suggestions="querySearch"
|
:fetch-suggestions="querySearch"
|
||||||
@select="handleSelect"
|
|
||||||
placeholder=""
|
placeholder=""
|
||||||
></el-autocomplete>
|
></el-autocomplete>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
|
@ -757,11 +757,12 @@ export default {
|
||||||
if (this.reviewerId) {
|
if (this.reviewerId) {
|
||||||
this.form.Id = this.reviewerId
|
this.form.Id = this.reviewerId
|
||||||
}
|
}
|
||||||
|
// console.log(this.form)
|
||||||
let data = Object.assign({}, this.form)
|
let data = Object.assign({}, this.form)
|
||||||
if (!this.hospitalList.find((item) => item.Id === data.HospitalId)) {
|
// if (!this.hospitalList.find((item) => item.Id === data.HospitalId)) {
|
||||||
data.HospitalName = data.HospitalId
|
// data.HospitalName = data.HospitalId
|
||||||
data.HospitalId = null
|
// data.HospitalId = null
|
||||||
}
|
// }
|
||||||
this.loading = true
|
this.loading = true
|
||||||
let res = await addOrUpdateDoctorBasicInfoAndEmployment(data)
|
let res = await addOrUpdateDoctorBasicInfoAndEmployment(data)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
Loading…
Reference in New Issue