shuishen
2024-01-22 32a7e1f37b2637ff780d757f25fa097d215f6e11
src/views/publicSecurity/components/userHouseList.vue
@@ -840,7 +840,7 @@
    methods: {
      init(row) {
        if (row.regionCode) {
          this.query.regionCode = row.regionCode
          this.query.regionCode = row.regionCode.slice(0, 10)
        }
        if (row.communityCode) {
          this.query.regionCode = row.communityCode
@@ -1126,4 +1126,4 @@
  .box .el-scrollbar__wrap {
    overflow: scroll;
  }
</style>
</style>