1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-08-12 17:18:55 +08:00
parent d1448d4cc6
commit f6e87596ee
1 changed files with 7 additions and 1 deletions

View File

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