1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d1448d4cc6
commit
f6e87596ee
|
@ -331,7 +331,13 @@
|
||||||
:label="$t('curriculumVitae:info:form:physician')"
|
:label="$t('curriculumVitae:info:form:physician')"
|
||||||
prop="RankId"
|
prop="RankId"
|
||||||
>
|
>
|
||||||
<el-select v-model="form.RankId" clearable placeholder="">
|
<el-select v-model="form.RankId" clearable placeholder="" @change="()=>{
|
||||||
|
if($fd('Rank', form.RankId, 'id') !==
|
||||||
|
$t('curriculumVitae:selectLabel:Other')){
|
||||||
|
form.RankOther = null
|
||||||
|
form.RankOtherCN = null
|
||||||
|
}
|
||||||
|
}">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in $d.Rank"
|
v-for="item in $d.Rank"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
Loading…
Reference in New Issue