From 46edecbbe806a667b9a60044b1c92c890d6d4473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Mon, 28 Oct 2024 09:53:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9B=E4=B8=AA=E6=90=9C=E7=B4=A2=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=87=8D=E7=BD=AE=E6=97=B6=E5=A4=84=E7=90=86=E5=B0=8F?= =?UTF-8?q?=E5=8C=BAid=E6=98=AF=E5=90=A6=E6=B8=85=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NavigationBar/logCentre.vue | 4 +++- src/components/NavigationBar/peopleCentre.vue | 4 +++- src/components/NavigationBar/recycleCentre.vue | 4 +++- src/components/NavigationBar/warningCentre.vue | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/NavigationBar/logCentre.vue b/src/components/NavigationBar/logCentre.vue index 6829256..98996c1 100644 --- a/src/components/NavigationBar/logCentre.vue +++ b/src/components/NavigationBar/logCentre.vue @@ -434,7 +434,9 @@ export default { this.queryParams.mark = ""; this.queryParams.type = undefined; this.queryParams.shequId = undefined; - this.queryParams.xiaoquId = undefined; + this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId + ? this.queryParamsXiaoqu.xiaoquId + : undefined; this.queryParams.parentid = undefined; this.queryParams.yuanid = undefined; this.queryParams.buildingId = undefined; diff --git a/src/components/NavigationBar/peopleCentre.vue b/src/components/NavigationBar/peopleCentre.vue index f503f37..a7cd406 100644 --- a/src/components/NavigationBar/peopleCentre.vue +++ b/src/components/NavigationBar/peopleCentre.vue @@ -413,7 +413,9 @@ export default { this.credentialnoType = 0; this.queryParams.type = undefined; this.queryParams.shequId = undefined; - this.queryParams.xiaoquId = undefined; + this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId + ? this.queryParamsXiaoqu.xiaoquId + : undefined; this.queryParams.parentid = undefined; this.queryParams.yuanid = undefined; this.queryParams.buildingId = undefined; diff --git a/src/components/NavigationBar/recycleCentre.vue b/src/components/NavigationBar/recycleCentre.vue index ecf3e25..c0495b7 100644 --- a/src/components/NavigationBar/recycleCentre.vue +++ b/src/components/NavigationBar/recycleCentre.vue @@ -444,7 +444,9 @@ export default { this.queryParams.mark = ""; // this.queryParams.type = undefined; this.queryParams.shequId = undefined; - this.queryParams.xiaoquId = undefined; + this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId + ? this.queryParamsXiaoqu.xiaoquId + : undefined; this.queryParams.parentid = undefined; this.queryParams.yuanid = undefined; this.queryParams.buildingId = undefined; diff --git a/src/components/NavigationBar/warningCentre.vue b/src/components/NavigationBar/warningCentre.vue index 0c7ac95..822ca98 100644 --- a/src/components/NavigationBar/warningCentre.vue +++ b/src/components/NavigationBar/warningCentre.vue @@ -402,7 +402,9 @@ export default { this.queryParams.mark = ""; // this.queryParams.type = undefined; this.queryParams.shequId = undefined; - this.queryParams.xiaoquId = undefined; + this.queryParams.xiaoquId = this.queryParamsXiaoqu.xiaoquId + ? this.queryParamsXiaoqu.xiaoquId + : undefined; this.queryParams.parentid = undefined; this.queryParams.yuanid = undefined; this.queryParams.buildingId = undefined;