diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index a45a5b80b..0ac5a774b 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -236,13 +236,17 @@ export default { data () { let initFormData = () => { let _form = { - unitName: '', + gridId: '', + serviceMatter: '',//服务事项 serviceMatterList: [], - type: '', - contact: '', - contactMobile: '', - memberCount: 0, - remark: '', //备注【最大500字】 + unitId: '',//单位ID + unitIdList: [], + title: '',//活动标题 + target: '',//活动目标 + content: '',//活动内容 + activityTime: '',//活动时间 + peopleCount: 0,//服务人数 + result: '', //活动结果 address: '', //详细地址 longitude: this.$store.state.user.longitude, //经度 latitude: this.$store.state.user.latitude//纬度 @@ -528,17 +532,22 @@ export default { this.activityId = '' this.keyWords = '' this.formData = { - unitName: '', + gridId: '', + serviceMatter: '',//服务事项 serviceMatterList: [], - type: '', - contact: '', - contactMobile: '', - memberCount: 0, - remark: '', //备注【最大500字】 + unitId: '',//单位ID + unitIdList: [], + title: '',//活动标题 + target: '',//活动目标 + content: '',//活动内容 + activityTime: '',//活动时间 + peopleCount: 0,//服务人数 + result: '', //活动结果 address: '', //详细地址 longitude: this.$store.state.user.longitude, //经度 latitude: this.$store.state.user.latitude//纬度 } + }, // 开启加载动画 startLoading () { diff --git a/src/views/modules/plugins/change/changedeath.vue b/src/views/modules/plugins/change/changedeath.vue index 7b691ab07..d82ec3e3c 100644 --- a/src/views/modules/plugins/change/changedeath.vue +++ b/src/views/modules/plugins/change/changedeath.vue @@ -1,5 +1,4 @@