|
|
@ -40,7 +40,7 @@ |
|
|
|
<div :class="['g-total', { 'g-left': projectProcess.length > 0, 'g-left-top40': pageType == 'info' }]"> |
|
|
|
<event-detail ref="ref_detail" :type="pageType" :eventId="eventId" :eventDetailData="eventDetailData" |
|
|
|
:source="source" @handleToProject="handleToProject" @handleToDemand="handleToDemand" |
|
|
|
@handleToIssue="handleToIssue" @handleClose="handleClose"></event-detail> |
|
|
|
@handleToIssue="handleToIssue" @handleClose="handleClose" @handelCLickGridId="handelCLickGridId"></event-detail> |
|
|
|
|
|
|
|
<div v-if="!eventDetailData.operationId && pageTypeCopy == 'dispose'" class="process-form"> |
|
|
|
<el-card :class="{ 'box-card': source === 'visiual' }"> |
|
|
@ -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); |
|
|
|