From 448abb2cb16909347d5dbb7d0ad5768dca98b91c Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 19 May 2023 18:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-info.vue | 2 +- src/views/modules/shequzhili/event/cpts/process-form-replay.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 02e8728..502699c 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -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 = {}; diff --git a/src/views/modules/shequzhili/event/cpts/process-form-replay.vue b/src/views/modules/shequzhili/event/cpts/process-form-replay.vue index 78155d0..41fb71d 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-replay.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-replay.vue @@ -266,6 +266,7 @@ export default { syncProcessData() { const { processData } = this; this.formData = { + id: processData.processId, processId: processData.processId, operationType: "0", //处理方式[0:已回复 1:已转项目 2:已转需求] content: processData.publicReply,