From bf3bf0a602680c333346688611fd9165650a4e0c Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Fri, 12 Jan 2024 10:11:13 +0800
Subject: [PATCH] 重点人员页面调整

---
 src/views/publicSecurity/components/userHouseList.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/publicSecurity/components/userHouseList.vue b/src/views/publicSecurity/components/userHouseList.vue
index 60c580c..f36b0f9 100644
--- a/src/views/publicSecurity/components/userHouseList.vue
+++ b/src/views/publicSecurity/components/userHouseList.vue
@@ -839,8 +839,14 @@
     mounted() {},
     methods: {
       init(row) {
-        console.log(JSON.stringify(row))
-        this.query.regionCode = row.communityCode
+        if (row.regionCode) {
+          this.query.regionCode = row.regionCode
+        }
+        if (row.communityCode) {
+          this.query.regionCode = row.communityCode
+        }
+        this.query.labelId = row.labelId
+        this.query.parentId = 103
         this.onLoad(this.page, this.query)
       },
       onsubmit() {

--
Gitblit v1.9.3