Browse Source

居民民族Bug

feature
mk 3 years ago
parent
commit
1038918669
  1. 8
      src/views/components/resiForm.vue

8
src/views/components/resiForm.vue

@ -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'})

Loading…
Cancel
Save