From d94208cbbdaf7a7f9197d78ee885ab50f726a54f Mon Sep 17 00:00:00 2001 From: fp <381288604@qq.com> Date: Fri, 18 Jul 2025 14:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=90=E4=B8=9A=E7=A4=BE=E5=8C=BA=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/xjPage/xj.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tabBar/xjPage/xj.vue b/pages/tabBar/xjPage/xj.vue index a394f7b..72865bd 100644 --- a/pages/tabBar/xjPage/xj.vue +++ b/pages/tabBar/xjPage/xj.vue @@ -206,7 +206,7 @@ export default { "deptId", "parentId", "children", - 2 + 3 ); const areaLst = this.getArea(this.deptOptions[0].children) this.getCommunity(areaLst) @@ -303,7 +303,7 @@ export default { console.log(this.deptOptions); this.form.apartmentName = e.name - this.form.apartmentId = this.deptOptions.find(item=>item.deptName === e.name).deptId + this.form.apartmentId = e.id }, handleQuestionSelect(e){ this.form.questionName = e.dictLabel