@@ -257,6 +257,7 @@ export default {
if (this.activeTab === 'all') {
let allMsg = res.data
this.allSvgMsgData = []
+ this.stationSort = []
allMsg.forEach(it =>{
if (it.id !== 'all') {
this.stationSort.push(it.name)
@@ -206,8 +206,8 @@
>
</div>
</el-popover>
- <div style="margin-top: 7px; position: absolute; right: 10px">
- <button class="closeButton" v-on:click="mainClose">×</button>
+ <div style="top: 7px; position: absolute; right: 10px">
+ <button class="closeButton" v-on:click="mainClose">×</button>
</el-col>
</el-row>