Added back a deleted URL character
This commit is contained in:
parent
bcce516c66
commit
c132f495b4
@ -1099,7 +1099,7 @@ class ScheduleCalendarTab extends Component {
|
|||||||
StartDate: info.startStr,
|
StartDate: info.startStr,
|
||||||
EndDate: info.endStr,
|
EndDate: info.endStr,
|
||||||
}
|
}
|
||||||
_app.current.request('/schedule/lis', req)
|
_app.current.request('/schedule/list', req)
|
||||||
.then(data => {
|
.then(data => {
|
||||||
const fullcalendarEvents = data.ScheduleEvents.map(sch => {
|
const fullcalendarEvents = data.ScheduleEvents.map(sch => {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user