|
|
|
@ -120,9 +120,10 @@ |
|
|
|
:placeholder="`请选择${item.label}`" |
|
|
|
size="small" |
|
|
|
clearable |
|
|
|
class="u-item-width-normal"> |
|
|
|
class="u-item-width-normal" |
|
|
|
@change="handelminzu" |
|
|
|
> |
|
|
|
<el-option v-for="items in item.opction " |
|
|
|
|
|
|
|
:key="items.value" |
|
|
|
:label="items.label" |
|
|
|
:value="items.value"> |
|
|
|
@ -1301,6 +1302,9 @@ export default { |
|
|
|
return this.$message.error('网络错误') |
|
|
|
}) |
|
|
|
}, |
|
|
|
handelminzu(val){ |
|
|
|
this.newForm.nation = val |
|
|
|
}, |
|
|
|
async getdisabilityNation(){ |
|
|
|
try { |
|
|
|
const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'disability_category_code'}) |
|
|
|
|