From e7f5251aad831fe2e9dc66e325656efa0d562211 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 18 Oct 2024 10:29:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=A4=84=E7=90=86reply?= =?UTF-8?q?=E6=94=B9=E6=88=90multiReply?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }