Browse Source

部门新增parentCode

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

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

@ -108,7 +108,8 @@ export default {
typeKey: '',
typeName: '',
partyCode: '',
areaCode: ''
areaCode: '',
parentAreaCode: ''
},
secondOrgDictList: []
}
@ -217,6 +218,7 @@ export default {
// ,
areaCodeListTreeCurrentChangeHandle (data) {
this.dataForm.areaCode = data.code
this.dataForm.parentAreaCode = data.parentCode
this.areaCodeListVisible = false
},
//

Loading…
Cancel
Save