Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
80ea47d4
Commit
80ea47d4
authored
Jan 04, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理视频课相关
parent
36429a18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
29 deletions
+1
-29
src/modules/course-manage/video-course/AddVideoCourse.jsx
+1
-29
No files found.
src/modules/course-manage/video-course/AddVideoCourse.jsx
View file @
80ea47d4
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:07:47
* @LastEditors: zhangleyuan
* @LastEditTime: 202
0-12-30 17:20:19
* @LastEditTime: 202
1-01-04 13:50:05
* @Description: 视频课新增/编辑页
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -128,34 +128,6 @@ class AddVideoCourse extends React.Component {
})
}
// 获取视频课学员
// handleFetchStudentList = (scheduleId) => {
// window.axios.Apollo('public/apollo/getLessonStuIdListByScheduleId', {
// scheduleId
// }).then((res) => {
// const studentIds = res.result || [];
// const studentList = [];
// _.each(studentIds, (item) => {
// studentList.push({ studentId: item });
// });
// this.setState({ studentList })
// });
// }
// 获取机构可见的磁盘
// handleFetchDiskList = () => {
// axios.Apollo('public/apollo/getUserDisk', {}).then((res) => {
// const { result = [] } = res;
// const diskList = result.map((item) => {
// return {
// ...item,
// folderName: DISK_MAP[item.disk]
// }
// });
// this.setState({ diskList });
// });
// }
handleGoBack
=
()
=>
{
Modal
.
confirm
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment