From 2c353a908d1f9aff81592f2d3a9bb6a57b465664 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 18 Jul 2024 17:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=AA=E5=AD=97=E6=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/eventOld/cpts/event-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue index b3d32f8e2..ca929bc52 100644 --- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue +++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue @@ -542,7 +542,7 @@ export default { this.replayInfo.icEventId = this.eventId; this.replayInfo.openFlag = null; this.replayInfo.openId = this.eventDetailCopy.openId; - this.replayInfo.grid = this.grid; + this.replayInfo.gridId = this.grid; //回复属性赋值 let url = "/governance/icEventOld/reply"; await this.submitDispose(url, this.replayInfo);