From d8f539e16dc7cd2d9d146a0406c2ea04372c844c Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Thu, 11 Jul 2024 18:47:59 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=88=86?= =?UTF-8?q?=E9=83=A8=E5=88=86=E9=A1=B9=E6=A0=A1=E9=AA=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../divisionSubManage.vue | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/src/views/projectFront/progressManagementAg/divisionSubManage.vue b/src/views/projectFront/progressManagementAg/divisionSubManage.vue index f232fd51..099a4ff0 100644 --- a/src/views/projectFront/progressManagementAg/divisionSubManage.vue +++ b/src/views/projectFront/progressManagementAg/divisionSubManage.vue @@ -506,7 +506,7 @@ {}); }, close() { - this.workerInfo = {}; - this.workerInfo.parentId = 0; + this.workerInfo = { + taskName: "", + startDate: "", + finishDate: "", + actualStartDate: "", + actualFinishDate: "", + dutyUserId: "", + qualityRegionId: "", + enterpriseId: "", + enterpriseName: "", + progressRatio: "", + remark: "", + parentId: 0, + status: 0, + }; + // this.workerInfo.parentId = 0; this.selectFormVal = ""; this.$nextTick(() => { this.$refs.addEditForm.clearValidate();