|
@@ -248,8 +248,10 @@
|
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
|
}, 1000)
|
|
|
}else{
|
|
|
- that.$refs.supermap.clearM(false)
|
|
|
- that.$refs.supermap.clearM(true)
|
|
|
+ setTimeout(() => {
|
|
|
+ that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM(true)
|
|
|
+ }, 1000)
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -311,8 +313,10 @@
|
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
|
}, 1000)
|
|
|
}else{
|
|
|
- that.$refs.supermap.clearM(false)
|
|
|
- that.$refs.supermap.clearM(true)
|
|
|
+ setTimeout(() => {
|
|
|
+ that.$refs.supermap.clearM(false)
|
|
|
+ that.$refs.supermap.clearM(true)
|
|
|
+ }, 1000)
|
|
|
}
|
|
|
})
|
|
|
},
|