Browse Source

部门区域编码bug

feature/syp_points
songyunpeng 5 years ago
parent
commit
e40330658d
  1. 3
      src/views/modules/sys/dept-add-or-update.vue

3
src/views/modules/sys/dept-add-or-update.vue

@ -107,7 +107,8 @@ export default {
sort: 0, sort: 0,
typeKey: '', typeKey: '',
typeName: '', typeName: '',
partyCode: '' partyCode: '',
areaCode: ''
}, },
secondOrgDictList: [] secondOrgDictList: []
} }

Loading…
Cancel
Save