|
@ -74,7 +74,7 @@ |
|
|
<template v-if="!item.timeLimit"> |
|
|
<template v-if="!item.timeLimit"> |
|
|
<div class="name">完成并回复</div> |
|
|
<div class="name">完成并回复</div> |
|
|
</template> |
|
|
</template> |
|
|
<template v-else> |
|
|
<template v-if="!item.agencyId"> |
|
|
<div class="name">{{ item.processName }}</div> |
|
|
<div class="name">{{ item.processName }}</div> |
|
|
</template> |
|
|
</template> |
|
|
<div class="date"> |
|
|
<div class="date"> |
|
@ -372,20 +372,9 @@ export default { |
|
|
this.$refs.ref_processinfo_dispose.getProcessInfo(); |
|
|
this.$refs.ref_processinfo_dispose.getProcessInfo(); |
|
|
if (this.$refs.ref_processinfo_dispose.okflag) { |
|
|
if (this.$refs.ref_processinfo_dispose.okflag) { |
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
if (this.formData.operationType === "0" || this.formData.operationType === "6") { |
|
|
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo; |
|
|
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo; |
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
await this.submitDispose('/governance/icEvent/reply', this.replayInfo); |
|
|
let url = "/governance/icEvent/reply"; |
|
|
|
|
|
await this.submitDispose(url, this.replayInfo); |
|
|
|
|
|
} else if (this.formData.operationType === "5") { |
|
|
|
|
|
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo; |
|
|
|
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
|
|
|
let url = "/governance/icEvent/designate"; |
|
|
|
|
|
console.log(this.replayInfo); |
|
|
|
|
|
await this.submitDispose(url, this.replayInfo); |
|
|
|
|
|
} else { |
|
|
|
|
|
this.$message.info("请选择一种处理方式"); |
|
|
|
|
|
} |
|
|
|
|
|
} else { |
|
|
} else { |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|