diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index e287fa9ad..d5fe9bf73 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -1428,7 +1428,7 @@ export default { }, async getResidentNation(){ try { - const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'resident_category'}) + const { data } = await this.$http.post('sys/dict/data/dictlist', {'dictType':'special_resident_category'}) this.footerInputList.forEach(c => { for(let i of c.children){ if(i.formName == 'specialCategoryCode'){