From b245a94ac453b25334f0490f05a36391cd647e6b Mon Sep 17 00:00:00 2001 From: ky_yusj <2655568377@qq.com> Date: Sat, 8 May 2021 15:02:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86fo?= =?UTF-8?q?rm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/pages/business/houseprojectinfo/form.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Web/src/pages/business/houseprojectinfo/form.vue b/Web/src/pages/business/houseprojectinfo/form.vue index a7110b8..67f82aa 100644 --- a/Web/src/pages/business/houseprojectinfo/form.vue +++ b/Web/src/pages/business/houseprojectinfo/form.vue @@ -10,9 +10,9 @@
- + - + @@ -43,7 +43,7 @@ export default { data() { return { /** 表单数据 */ - form: {}, + form: { areaId: '' }, /** 验证格式 */ rules: { /* ... */ @@ -96,9 +96,10 @@ export default { ...defaultForm, ...params.record, /** 在此处添加其他默认数据转换 */ - areaCode: areaCode, + areaId: areaCode[3], /* ... */ }); + this.areaCode = areaCode; }, /**