From 94ae577b548d2f4c51f82f57feadde0048a69f9a Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期一, 31 五月 2021 13:35:02 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/base-page/enterprise-emergency/events-reported/ReportLocationSearch.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/base-page/enterprise-emergency/events-reported/ReportLocationSearch.vue b/src/components/base-page/enterprise-emergency/events-reported/ReportLocationSearch.vue index 63fa1f4..d25e3f2 100644 --- a/src/components/base-page/enterprise-emergency/events-reported/ReportLocationSearch.vue +++ b/src/components/base-page/enterprise-emergency/events-reported/ReportLocationSearch.vue @@ -136,11 +136,14 @@ // 杩斿洖鏁版嵁绫诲瀷 1锛堟櫘閫歅OI锛� 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 鍖哄煙 } }) }, -- Gitblit v1.8.0