From 85f60a2e5b0d23b372ef0e41eeb93c5d2c6a010d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 31 Jul 2024 09:34:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B6=85=E6=97=B6=E9=A2=84=E8=AD=A6?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/timeOut/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/timeOut/index.vue b/src/views/modules/shequzhili/timeOut/index.vue index 04694479c..8d5499dc7 100644 --- a/src/views/modules/shequzhili/timeOut/index.vue +++ b/src/views/modules/shequzhili/timeOut/index.vue @@ -116,7 +116,7 @@ --> - + - 处理 - 派件 + 处理 + 派件 审核 diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index 30c0d1fe0..18d49076f 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -66,7 +66,7 @@
转办意见
-
{{ info.transferAdvice }}
+
{{ info.content }}
办理要求
@@ -162,7 +162,7 @@ export default { } this.$EventBus.$on('handelInputEventContent', ({ type, value }) => { if (type === 'opinion') { - this.info.transferAdvice = value; + this.info.content = value; } else if (type === 'handlingReq') { this.info.handlingReq = value; } diff --git a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue index 14cfadb01..6b51ada3a 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-assign.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-assign.vue @@ -38,11 +38,11 @@
-
@@ -75,7 +75,7 @@ export default { formData: { operationType: "5", //处理方式[0:已回复 5、指派 6、完成并回复] handlingReq:'',//办理要求 - transferAdvice:'',//转办意见 + content:'',//转办意见 createdTime: '', contactTime:'', timeLimit:'',//办结时限 @@ -157,7 +157,7 @@ export default { if (this.eventId) { this.eventDetailCopy = JSON.parse(JSON.stringify(this.eventDetailData)); this.formData.handlingReq = this.eventDetailCopy.handlingReq; - this.formData.transferAdvice = this.eventDetailCopy.transferAdvice; + this.formData.content = this.eventDetailCopy.content; } }, methods: {