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
f213070b
Commit
f213070b
authored
Jul 23, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:线下课新建分类
parent
df1c6376
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/modules/course-manage/video-course/AddVideoCourse.jsx
+4
-4
No files found.
src/modules/course-manage/video-course/AddVideoCourse.jsx
View file @
f213070b
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*/
*/
import
React
from
'react'
import
React
from
'react'
import
{
Button
,
Input
,
message
,
Modal
,
Tooltip
,
Form
,
Popconfirm
,
Menu
,
Dropdown
}
from
'antd'
import
{
Button
,
Input
,
message
,
Modal
,
Tooltip
,
Form
,
Popconfirm
,
Menu
,
Dropdown
,
Cascader
}
from
'antd'
import
{
FileTypeIcon
}
from
'@/common/constants/academic/lessonEnum'
import
{
FileTypeIcon
}
from
'@/common/constants/academic/lessonEnum'
import
{
CourseCatalogSelect
}
from
'@/modules/common/'
import
{
CourseCatalogSelect
}
from
'@/modules/common/'
import
ShowTips
from
'@/components/ShowTips'
import
ShowTips
from
'@/components/ShowTips'
...
@@ -875,7 +875,7 @@ class AddVideoCourse extends React.Component {
...
@@ -875,7 +875,7 @@ class AddVideoCourse extends React.Component {
</
div
>
</
div
>
<
div
className=
'course-catalog required'
>
<
div
className=
'course-catalog required'
>
<
span
className=
'label'
>
课程分类:
</
span
>
<
span
className=
'label'
>
课程分类:
</
span
>
{
/* {
pageType === 'add' && (
{
pageType
===
'add'
&&
(
<
Cascader
<
Cascader
defaultValue=
{
[]
}
defaultValue=
{
[]
}
options=
{
courseCatalogList
}
options=
{
courseCatalogList
}
...
@@ -906,8 +906,8 @@ class AddVideoCourse extends React.Component {
...
@@ -906,8 +906,8 @@ class AddVideoCourse extends React.Component {
</
span
>
</
span
>
}
}
/>
/>
)}
*/
}
)
}
<
CourseCatalogSelect
courseCatalogList=
{
courseCatalogList
}
value=
{
categoryId
}
onChange=
{
this
.
catalogChange
}
/>
{
/* <CourseCatalogSelect courseCatalogList={courseCatalogList} value={categoryId} onChange={this.catalogChange} /> */
}
</
div
>
</
div
>
<
div
className=
'intro-info mt16'
>
<
div
className=
'intro-info mt16'
>
<
AddVideoIntro
<
AddVideoIntro
...
...
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