|
@ -542,7 +542,7 @@ export default { |
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
this.replayInfo.openFlag = null; |
|
|
this.replayInfo.openFlag = null; |
|
|
this.replayInfo.openId = this.eventDetailCopy.openId; |
|
|
this.replayInfo.openId = this.eventDetailCopy.openId; |
|
|
this.replayInfo.grid = this.grid; |
|
|
this.replayInfo.gridId = this.grid; |
|
|
//回复属性赋值 |
|
|
//回复属性赋值 |
|
|
let url = "/governance/icEventOld/reply"; |
|
|
let url = "/governance/icEventOld/reply"; |
|
|
await this.submitDispose(url, this.replayInfo); |
|
|
await this.submitDispose(url, this.replayInfo); |
|
|