|
|
@ -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 |
|
|
|
}, |
|
|
|
// 表单提交 |
|
|
|