|
@@ -1122,15 +1122,14 @@
|
|
// },
|
|
// },
|
|
dropLocation(lat, lng, eventCode) {
|
|
dropLocation(lat, lng, eventCode) {
|
|
this.$refs.supermap.dropLocation(lat, lng, 18)
|
|
this.$refs.supermap.dropLocation(lat, lng, 18)
|
|
- this.showEventDialog(eventCode)
|
|
|
|
|
|
+ this.showEventDialog(eventCode, true)
|
|
},
|
|
},
|
|
- showEventDialog(eventCode) {
|
|
|
|
|
|
+ showEventDialog(eventCode, index) {
|
|
//事件信息弹出
|
|
//事件信息弹出
|
|
- this.$refs.firespread.showEventDialog(eventCode)
|
|
|
|
|
|
+ this.$refs.firespread.showEventDialog(eventCode, index)
|
|
},
|
|
},
|
|
getFirespread(eventCode) {
|
|
getFirespread(eventCode) {
|
|
- this.$refs.eventdetailsdialog.showEventDialog(eventCode);
|
|
|
|
- // this.$refs.eventdetailsdialog.fireControlViewList()
|
|
|
|
|
|
+ this.$refs.eventdetailsdialog.showEventDialog(eventCode, true);
|
|
},
|
|
},
|
|
getCurrentDataStr() {
|
|
getCurrentDataStr() {
|
|
let date = new Date()
|
|
let date = new Date()
|
|
@@ -1763,8 +1762,8 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- }else{
|
|
|
|
- this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
|
|
|
|
|
|
+ } else {
|
|
|
|
+ this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
|
|
}
|
|
}
|
|
console.log(that.eventList[0])
|
|
console.log(that.eventList[0])
|
|
},
|
|
},
|
|
@@ -1999,4 +1998,4 @@
|
|
background-color: #0f3655;
|
|
background-color: #0f3655;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|