Browse Source

只有处理12345事件调用multiReply

featrue-social
mk 10 months ago
parent
commit
49418ea45b
  1. 2
      src/views/modules/shequzhili/event/cpts/event-info.vue

2
src/views/modules/shequzhili/event/cpts/event-info.vue

@ -428,7 +428,7 @@ changeName(val) {
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType;
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo;
this.replayInfo.icEventId = this.eventId;
await this.submitDispose('/governance/icEvent/multiReply', this.replayInfo);
await this.submitDispose(this.pageTypeCopy =='return'?'/governance/icEvent/reply':'/governance/icEvent/multiReply', this.replayInfo);
} else {
return false;
}

Loading…
Cancel
Save