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