From b1496c48d259878d48f6304f527b118dc5c88b3b Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 14 Mar 2023 18:01:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8=E9=A1=B9=E7=9B=AE=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E6=95=B0=E6=8D=AE=E6=B2=A1=E6=9C=89=E5=8F=91=E7=94=9F?= =?UTF-8?q?=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/head/ProjectSearchList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/head/ProjectSearchList.vue b/framework/sdk-parent/frontend/src/components/head/ProjectSearchList.vue index a7ca9a0df0..ec538382fa 100644 --- a/framework/sdk-parent/frontend/src/components/head/ProjectSearchList.vue +++ b/framework/sdk-parent/frontend/src/components/head/ProjectSearchList.vue @@ -141,7 +141,7 @@ export default { this.reload(); }, rewriteProjectRouteParam() { - if (this.$route.query.projectId && merge) { + if (this.$route.query.projectId) { let query = {}; Object.assign(query, this.$route.query);