From c7a0a8cf9a813af70102aaff1e6a7ffc494f9c4c Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 9 May 2022 15:07:14 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E5=8F=82=E6=95=B0=E9=A1=B9=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/TaskParameterCollection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index e574e7bb0..629ad1225 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -173,7 +173,7 @@ }, methods:{ paramsManifestClick(item) { - let Obj = {...this.$route.query, ...item} + let Obj = {...item, ...this.$route.query} let newUrl = this.$router.resolve({ path: '/ParameterItemCollection', query: Obj,