Browse Source

特殊人群字典

V1.0
mk 3 years ago
parent
commit
8dab50f02f
  1. 2
      src/views/components/resiForm.vue

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

Loading…
Cancel
Save