diff --git a/src/views/event/index.vue b/src/views/event/index.vue index cef9687..de7907a 100644 --- a/src/views/event/index.vue +++ b/src/views/event/index.vue @@ -212,7 +212,8 @@ export default { eventContent: this.eventContent ? this.eventContent : '语音报事', userId: this.$store.state.app.userInfo.userId, customerId: this.$store.state.app.userInfo.customerId, - openFlag : 0 + openFlag : 0, + agencyId:this.agencyId }).then(() => { this.$toast.success('提交成功') this.type = 1