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