diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index b04a7a8cb..c5c464eeb 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/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/reply', this.replayInfo); + await this.submitDispose('/governance/icEvent/multiReply', this.replayInfo); } else { return false; }