From dc3fb36a34f190b6a18f6cd4857d9eea5120adb9 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 29 Aug 2022 10:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regionalParty/activitysForm.vue | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index cfbaf7386..0ac5a774b 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -236,14 +236,17 @@ export default { data () { let initFormData = () => { let _form = { - unitName: '', + gridId: '', + serviceMatter: '',//服务事项 serviceMatterList: [], + unitId: '',//单位ID unitIdList: [], - type: '', - contact: '', - contactMobile: '', - memberCount: 0, - remark: '', //备注【最大500字】 + title: '',//活动标题 + target: '',//活动目标 + content: '',//活动内容 + activityTime: '',//活动时间 + peopleCount: 0,//服务人数 + result: '', //活动结果 address: '', //详细地址 longitude: this.$store.state.user.longitude, //经度 latitude: this.$store.state.user.latitude//纬度 @@ -529,18 +532,22 @@ export default { this.activityId = '' this.keyWords = '' this.formData = { - unitName: '', + gridId: '', + serviceMatter: '',//服务事项 serviceMatterList: [], + unitId: '',//单位ID unitIdList: [], - type: '', - contact: '', - contactMobile: '', - memberCount: 0, - remark: '', //备注【最大500字】 + title: '',//活动标题 + target: '',//活动目标 + content: '',//活动内容 + activityTime: '',//活动时间 + peopleCount: 0,//服务人数 + result: '', //活动结果 address: '', //详细地址 longitude: this.$store.state.user.longitude, //经度 latitude: this.$store.state.user.latitude//纬度 } + }, // 开启加载动画 startLoading () {