|
@@ -108,7 +108,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="i-list-con h-25">
|
|
<div class="i-list-con h-25">
|
|
<div class="d-l-con" v-for="(item,index) in keyAreaList" :class="{on:listCurrentIndex3 == index}"
|
|
<div class="d-l-con" v-for="(item,index) in keyAreaList" :class="{on:listCurrentIndex3 == index}"
|
|
- @click="getRegionalFlag(item.id)">
|
|
|
|
|
|
+ @click="getRegionalFlag(item.id,index)">
|
|
<div class="d-l-l-text">
|
|
<div class="d-l-l-text">
|
|
<i class="i-small"></i>
|
|
<i class="i-small"></i>
|
|
<h4>{{ item.areaName }}</h4>
|
|
<h4>{{ item.areaName }}</h4>
|
|
@@ -978,9 +978,9 @@
|
|
that.keyAreaList = res.data
|
|
that.keyAreaList = res.data
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getRegionalFlag(id) {
|
|
|
|
|
|
+ getRegionalFlag(id,index) {
|
|
//获取重点区域
|
|
//获取重点区域
|
|
- this.listCurrentIndex3 = id
|
|
|
|
|
|
+ this.listCurrentIndex3 = index
|
|
let that = this
|
|
let that = this
|
|
getRegionalFlag(id).then(res => {
|
|
getRegionalFlag(id).then(res => {
|
|
that.graphicsList = []
|
|
that.graphicsList = []
|