|
|
@@ -29,8 +29,8 @@ export function getSchedule (id, options) {
|
|
|
method: 'GET',
|
|
|
...options
|
|
|
}).then(({ data }) => {
|
|
|
- const { id, type, name, resolutionRatio, eventDetail } = data
|
|
|
- return { id, type, name, resolutionRatio, events: __SUPPORT_COMPLEX__ ? JSON.parse(eventDetail) : eventDetail }
|
|
|
+ const { id, type, status, name, resolutionRatio, eventDetail } = data
|
|
|
+ return { id, type, status, name, resolutionRatio, events: __SUPPORT_COMPLEX__ ? JSON.parse(eventDetail) : eventDetail }
|
|
|
})
|
|
|
}
|
|
|
|