From 431f274fc68642bc671a2c390ff2fdf299a290bb Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 11 May 2023 15:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=BC=96=E8=BE=91=E6=8A=A5=E5=91=8A=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProcessFooter.vue | 16 ++++++++++------ src/views/reportProcess/launch.vue | 3 +++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/ProcessFooter.vue b/src/components/ProcessFooter.vue index c7fb181..4742940 100644 --- a/src/components/ProcessFooter.vue +++ b/src/components/ProcessFooter.vue @@ -54,18 +54,17 @@ v-if="showTransfer" round >转办 不同意 @@ -90,9 +89,9 @@ 重置 diff --git a/src/views/reportProcess/launch.vue b/src/views/reportProcess/launch.vue index 7b448fe..656de8d 100644 --- a/src/views/reportProcess/launch.vue +++ b/src/views/reportProcess/launch.vue @@ -190,6 +190,9 @@ export default { getReportDetail(){ this.$api.report.getReportDetail(this.ids).then(res=>{ this.processForm=res.data + this.processForm.reportId=this.processForm.id + delete this.processForm['id'] + }) }, handleReset() {