From cc9d89400ac9568a8459287f124a678d6971eba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 15 Jun 2023 17:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/listOfRegulations.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 08feba3fc..2978772ae 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -2802,6 +2802,7 @@ if (this.updateFlowStatusList && this.updateFlowStatusList.length > 0) { this.updateFlowStatusBatch() } + this.completeTaskList = [] for (let i = 0; i < this.startProcessList.length; i++) { if (this.startProcessList[i].type == 2) { this.startProcessList[i].dataList.designDutyDueDate = this.formInline.designDutyDueDate @@ -2829,6 +2830,7 @@ Promise.all(this.completeTaskList).then((res) => { if (this.requestsNum == res.length) { this.visible = false + this.formInline = {} this.selectedRowKeys = [] this.$message.success(this.$t('OperationSuccessful')) this.confirmLoading = false