|
@ -50,7 +50,8 @@ |
|
|
@keyup.enter="handleSearch" |
|
|
@keyup.enter="handleSearch" |
|
|
v-model="searchName" |
|
|
v-model="searchName" |
|
|
/> |
|
|
/> |
|
|
<img v-show="searchName" |
|
|
<img |
|
|
|
|
|
v-show="searchName" |
|
|
class="i-close" |
|
|
class="i-close" |
|
|
@click="clearSearch" |
|
|
@click="clearSearch" |
|
|
src="@/assets/img/shuju/command/close.png" |
|
|
src="@/assets/img/shuju/command/close.png" |
|
@ -600,6 +601,9 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
async requestMapDot2Count() { |
|
|
async requestMapDot2Count() { |
|
|
|
|
|
if (!this.placeType2) { |
|
|
|
|
|
return (this.gridCountData = []); |
|
|
|
|
|
} |
|
|
const url = "/data/aggregator/coverage/dataList-left-subtotal"; |
|
|
const url = "/data/aggregator/coverage/dataList-left-subtotal"; |
|
|
let params = { |
|
|
let params = { |
|
|
orgId: this.orgId, |
|
|
orgId: this.orgId, |
|
|