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);