|
@@ -1283,9 +1283,9 @@
|
|
},
|
|
},
|
|
getNewDataByDate(eventCode)
|
|
getNewDataByDate(eventCode)
|
|
{
|
|
{
|
|
-
|
|
|
|
const that=this
|
|
const that=this
|
|
- getNewDataByDate('2023-05-02').then(function(res){
|
|
|
|
|
|
+ console.log(eventCode)
|
|
|
|
+ getNewDataByDate(eventCode).then(function(res){
|
|
that.windDirection=res.data.windDirection
|
|
that.windDirection=res.data.windDirection
|
|
that.windSpeed=res.data.windSpeed
|
|
that.windSpeed=res.data.windSpeed
|
|
})
|
|
})
|
|
@@ -1989,7 +1989,7 @@
|
|
this.eventLogList = []
|
|
this.eventLogList = []
|
|
},
|
|
},
|
|
showEventDialog(eventCode) {
|
|
showEventDialog(eventCode) {
|
|
- this.getNewDataByDate(eventCode)
|
|
|
|
|
|
+ this.getNewDataByDate(this.calendarDay)
|
|
this.eventCode = eventCode
|
|
this.eventCode = eventCode
|
|
let that = this
|
|
let that = this
|
|
//获取事件详情
|
|
//获取事件详情
|