lin
2024-03-01 80bb8c242b5de2f5db538e52fbe9260fe8d0a06d
src/views/article/discussionManage.vue
@@ -710,7 +710,9 @@
          this.loading = false
          this.selectionClear()
        })
        getDistrictTree(params = {}).then((res) => {
        getDistrictTree(params = {
          filterFlag: 1
        }).then((res) => {
          const data = res.data.data
          this.districtTree = data
          const column = this.findObject(this.option.column, "articleList")