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/oiae.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/property/oiae.vue b/src/views/property/oiae.vue
index 6e6301c..c6cf91f 100644
--- a/src/views/property/oiae.vue
+++ b/src/views/property/oiae.vue
@@ -703,7 +703,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