|
|
@ -706,7 +706,7 @@ export default { |
|
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
|
console.log("replayInfo", this.replayInfo); |
|
|
|
//回复属性赋值 |
|
|
|
let url = item.processId ? "/gov/project/icEvent/reply" : "/gov/project/icEvent/reply"; |
|
|
|
let url = this.replayInfo.processId ? "/gov/project/icEvent/updateReply" : "/gov/project/icEvent/reply"; |
|
|
|
await this.submitDispose(url, this.replayInfo); |
|
|
|
} else if (this.formData.operationType === "1") { |
|
|
|
this.replayInfo = {}; |
|
|
|