События запрашиваются по текущему дню календаря
This commit is contained in:
@@ -207,12 +207,12 @@ export default {
|
||||
startDate() {
|
||||
return this.selectedEventData.start
|
||||
? moment.parseZone(this.selectedEventData.start)
|
||||
: moment();
|
||||
: this.currentDate;
|
||||
},
|
||||
endDate() {
|
||||
return this.selectedEventData.end
|
||||
? moment.parseZone(this.selectedEventData.end)
|
||||
: moment();
|
||||
: this.currentDate;
|
||||
},
|
||||
eventEmployee() {
|
||||
if (this.selectedEventData.employees) {
|
||||
|
||||
Reference in New Issue
Block a user