diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue index f685a2d3d..f3719541d 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue @@ -78,7 +78,7 @@ if (res.success) { this.queryForm = res.result[0] || {} if (this.queryProject) { - this.queryForm = { ...this.queryForm, ...this.queryProject } + this.queryForm = { ...this.queryProject, ...this.queryForm } } } else { this.queryForm = {}