|
@@ -611,7 +611,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
getFirespread(eventCode) {
|
|
|
- this.$refs.firespread.showEventDialog(eventCode);
|
|
|
+ this.$refs.firespread.showEventDialog(eventCode,this.calendarDay);
|
|
|
},
|
|
|
getCurrentDataStr() {
|
|
|
let date = new Date()
|
|
@@ -623,7 +623,6 @@ export default {
|
|
|
return y + '-' + m + '-' + d
|
|
|
},
|
|
|
selectDay(day) { //日历点击
|
|
|
- console.log(day)
|
|
|
this.getTodayEvents(day)
|
|
|
this.getDeptEventCount(day)
|
|
|
this.getWeather(day)
|