From 4059b17aba380cf2b3d153a945626df3009ef97e Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 18 Jul 2024 17:05:33 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E6=8E=A5=E5=8F=A3=E8=BF=94?=
=?UTF-8?q?=E5=9B=9E=E7=BD=91=E6=A0=BCId?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/shequzhili/eventOld/cpts/event-detail.vue | 2 +-
src/views/modules/shequzhili/eventOld/cpts/event-info.vue | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue b/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
index d23be1520..ef8eb445d 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
@@ -12,7 +12,7 @@
+ :value="item.value" @click.native="$emit('handelCLickGridId',item)">
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
index d4dbcfde6..b3d32f8e2 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
@@ -40,7 +40,7 @@
+ @handleToIssue="handleToIssue" @handleClose="handleClose" @handelCLickGridId="handelCLickGridId">
@@ -523,7 +523,9 @@ export default {
this.$message.error("请选择处理方式!");
}
},
-
+ handelCLickGridId(val){
+ this.grid = val.value;
+ },
async handelDispose() {
this.$refs.ref_processinfo_dispose.getProcessInfo();
if (this.$refs.ref_processinfo_dispose.okflag) {
@@ -540,6 +542,7 @@ export default {
this.replayInfo.icEventId = this.eventId;
this.replayInfo.openFlag = null;
this.replayInfo.openId = this.eventDetailCopy.openId;
+ this.replayInfo.grid = this.grid;
//回复属性赋值
let url = "/governance/icEventOld/reply";
await this.submitDispose(url, this.replayInfo);