From 9565b16c2d6a285a4e6dcde3d143b9f05aca7ad5 Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Mon, 1 Mar 2021 14:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=96=B0=E5=A2=9EparentCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/dept-add-or-update.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/sys/dept-add-or-update.vue b/src/views/modules/sys/dept-add-or-update.vue index 80a2bc9..00a42d0 100644 --- a/src/views/modules/sys/dept-add-or-update.vue +++ b/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 }, // 表单提交