Browse Source

事件回复加参数openId

V4.4.4
mk 1 year ago
parent
commit
be5a7e3506
  1. 3
      src/views/modules/shequzhili/eventOld/cpts/event-info.vue

3
src/views/modules/shequzhili/eventOld/cpts/event-info.vue

@ -538,7 +538,8 @@ export default {
}
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo;
this.replayInfo.icEventId = this.eventId;
this.replayInfo.openFlag = null
this.replayInfo.openFlag = null;
this.replayInfo.openId = this.eventDetailCopy.openId;
//
let url = "/governance/icEventOld/reply";
await this.submitDispose(url, this.replayInfo);

Loading…
Cancel
Save