From 97442aef18014bb7209d2335864d651c439b646f Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 20 May 2022 11:52:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B=E7=9A=84?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/processCenter/processForm/taskListProcess/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index ee7046a05..3da6f00a4 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -270,7 +270,6 @@ fileId: val.fileId, flowType: this.$route.query.flowType, actiProcInstId: this.$route.query.actiProcInstId, - projectTaskInventoryId: this.$route.query.projectTaskInventoryId, deliveryRequirements: val.deliveryRequirements } putAction(this.url.dreSubmit, query).then((res) => { @@ -281,7 +280,7 @@ path: '/ProjectDetails', query: this.$route.query }) - }else{ + } else { this.loading = false this.$message.warning(this.$t('operationFailed')) }