diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index aaa2c9ebc..653c6a72b 100644 --- a/src/views/components/resiForm.vue +++ b/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" + > @@ -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'})