From 2bf94deeeed001728dd0224040391a853a532f3d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 23 Oct 2023 17:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=8C=83=E5=9B=B4=E5=9B=9E?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../residentManagement/publicWelfarePost/addForm.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/base/residentManagement/publicWelfarePost/addForm.vue b/src/views/modules/base/residentManagement/publicWelfarePost/addForm.vue index 4192b0c8b..56744b271 100644 --- a/src/views/modules/base/residentManagement/publicWelfarePost/addForm.vue +++ b/src/views/modules/base/residentManagement/publicWelfarePost/addForm.vue @@ -165,10 +165,10 @@
入职时间: - {{ formData.hireDate || '--' }} + {{ formData.hireData || '--' }}
- @@ -235,7 +235,7 @@
管理范围: - {{ formData.manageScopesName || "--" }} + {{ manageScopesName || "--" }}
item.scopeName).join(', '); this.formData.manageScopes = data.manageScopes[0].scopeId await this.setAgencyIdFromLastLayerId(data.agencyId) console.log(this.agencyIdTemp);