From b8c400737f3f2ab806b46b29311fa96442e93c2a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 29 Jan 2024 11:17:36 +0800
Subject: [PATCH] 有选择小区的地方是否做过滤处理

---
 src/views/property/ownersCommittee.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/property/ownersCommittee.vue b/src/views/property/ownersCommittee.vue
index 6c83d50..8495221 100644
--- a/src/views/property/ownersCommittee.vue
+++ b/src/views/property/ownersCommittee.vue
@@ -568,7 +568,7 @@
                 this.loading = false
                 this.selectionClear()
             })
-            getDistrictTree(params = {}).then((res) => {
+            getDistrictTree({ filterFlag: 1 }).then((res) => {
                 const data = res.data.data
                 this.districtTree = data
                 const column = this.findObject(this.option.column, "articleList")

--
Gitblit v1.9.3