@@ -529,6 +529,10 @@
getInit() {
let that = this
+ setTimeout(() => {
+ that.graphicsList=[];
+ that.$refs.supermap.clearG()
+ }, 1000)
//获取左侧菜单列表
getInit(this.pickYear.getYear() + 1900).then(res => {
this.fireList = []
@@ -486,7 +486,7 @@
eventInfoVisible2: false,
activeName: 'info',
radio: '1',
- eventList: [],
+ eventList: [],//事件列表
/** ----------------------------------事件弹窗开始-未处理------------------------------------- */
listEventPic: [], //事件图片
url: '',