Browse Source

Merge branch 'xiaowang' into feature

xiaowang
是小王呀\24601 1 year ago
parent
commit
7247db1cec
  1. 3
      src/views/event/index.vue

3
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

Loading…
Cancel
Save