From 5c92369300cfcb87b01b039f2bceb03a350df8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 29 Mar 2023 09:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E8=AE=A4=E8=AF=81=E8=BF=9B=E5=BA=A6=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/TaskListModel.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/TaskListModel.vue b/jero-web/src/views/projectManagement/components/TaskListModel.vue index 06ca28a16..7eac348a5 100644 --- a/jero-web/src/views/projectManagement/components/TaskListModel.vue +++ b/jero-web/src/views/projectManagement/components/TaskListModel.vue @@ -255,9 +255,10 @@ let Action if (this.title == this.$t('CertificationProgress')) { query = { - id: this.formInline.id, - certificationProgress: this.formInline.certificationProgress, - certificationProgressRemark: this.formInline.certificationProgressRemark + ...this.formInline + // id: this.formInline.id, + // certificationProgress: this.formInline.certificationProgress, + // certificationProgressRemark: this.formInline.certificationProgressRemark } url = this.url.edit Action = putAction