|
@ -428,7 +428,7 @@ changeName(val) { |
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
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(this.pageTypeCopy =='assign'?'/governance/icEvent/reply':'/governance/icEvent/multiReply', this.replayInfo); |
|
|
await this.submitDispose(this.pageTypeCopy =='assign' ||this.pageTypeCopy =='check' ?'/governance/icEvent/reply':'/governance/icEvent/multiReply', this.replayInfo); |
|
|
} else { |
|
|
} else { |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|