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();