派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-31 5d3cafca01c6ad878d51533b955b530e12f9d99a
src/components/base-page/enterprise-emergency/events-reported/ReportLocationSearch.vue
@@ -136,11 +136,14 @@
        // 返回数据类型 1(普通POI)
        if (res.resultType === 1) {
          this.searchList = res.pois
          // this.total = res.count
          this.total = res.pois.length
        } else if (res.resultType === 2) {
          // 返回数据类型 2(统计
          this.searchListStatistics = res.statistics.priorityCitys
          this.total = res.statistics.priorityCitys.length
        } else if (res.resultType === 3) {
          // 返回数据类型 3 area 区域
        }
      })
    },