|
@@ -357,7 +357,7 @@ export default {
|
|
|
|
|
|
|
|
return {
|
|
return {
|
|
|
content: JSON.stringify(coursewareInfo),
|
|
content: JSON.stringify(coursewareInfo),
|
|
|
- component_id_list: JSON.stringify(component_id_list),
|
|
|
|
|
|
|
+ component_id_list,
|
|
|
content_group_row_list: JSON.stringify(content_group_row_list),
|
|
content_group_row_list: JSON.stringify(content_group_row_list),
|
|
|
content_group_component_list: JSON.stringify(groupList),
|
|
content_group_component_list: JSON.stringify(groupList),
|
|
|
};
|
|
};
|