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