|
|
@@ -331,7 +331,7 @@ export default {
|
|
|
return null; // 如果格式不匹配,返回null
|
|
|
},
|
|
|
handleDateClick(dateClickInfo) {
|
|
|
- let thisDate = dateClickInfo.dateStr;
|
|
|
+ let thisDate = dateClickInfo.dateStr || dateClickInfo.event.startStr;
|
|
|
let strArray = [];
|
|
|
this.calendarOptions.events.forEach(item => {
|
|
|
strArray.push(item.start)
|