From 527a236377a3be0f8bda24944c6c035bb63ab889 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 15:39:12 +0800 Subject: [PATCH] 29734 --- src/mods/work/AppHelpDeclaration/add.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/mods/work/AppHelpDeclaration/add.vue b/src/mods/work/AppHelpDeclaration/add.vue index 389847c..b0be2b6 100644 --- a/src/mods/work/AppHelpDeclaration/add.vue +++ b/src/mods/work/AppHelpDeclaration/add.vue @@ -6,19 +6,19 @@
*申请人姓名
- +
*申请人身份证号
- +
*联系方式
- +
@@ -27,13 +27,13 @@
*家庭人口数
- +
*所在地区
- + {{ form.areaName || "请选择" }} @@ -127,6 +127,11 @@ export default { this.form.declareReason = this.checkList.map(v=> v.dictValue).toString() this.form.reason = this.checkList.map(o=>o.dictName).toString() }, + + // areaSelect(e) { + // console.log(e); + // }, + comfirm() { if(this.flag) return