linwei
2024-01-12 bf3bf0a602680c333346688611fd9165650a4e0c
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() {