Browse Source

上报诉求

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

3
src/views/event/index.vue

@ -211,7 +211,8 @@ export default {
eventContent: this.eventContent ? this.eventContent : '语音报事', eventContent: this.eventContent ? this.eventContent : '语音报事',
userId: this.$store.state.app.userInfo.userId, userId: this.$store.state.app.userInfo.userId,
customerId: this.$store.state.app.userInfo.customerId, customerId: this.$store.state.app.userInfo.customerId,
openFlag : 0 openFlag : 0,
agencyId:this.agencyId
}).then(() => { }).then(() => {
this.$toast.success('提交成功') this.$toast.success('提交成功')
this.type = 1 this.type = 1

Loading…
Cancel
Save