From 62dc5843917a02a56cb51665fa36ec92d8f294fa Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 27 Sep 2023 16:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=B6=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectRegulationTasks/components/projectInformation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}