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
3999cd76
Commit
3999cd76
authored
Aug 16, 2021
by
zhujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:失效课程联调
parent
7befe2aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/modules/task-center/train-task/components/TrainContent.jsx
+6
-2
No files found.
src/modules/task-center/train-task/components/TrainContent.jsx
View file @
3999cd76
...
@@ -58,11 +58,12 @@ class TrainContent extends Component {
...
@@ -58,11 +58,12 @@ class TrainContent extends Component {
showCourseDrawer
:
false
,
showCourseDrawer
:
false
,
showExamDrawer
:
false
,
showExamDrawer
:
false
,
selectedStageIndex
:
0
,
selectedStageIndex
:
0
,
type
:
window
.
getParameterByName
(
'type'
),
showStandardDetail
:
false
,
// 是否展开高级设置
showStandardDetail
:
false
,
// 是否展开高级设置
};
};
}
}
componentDidMount
()
{}
componentDidMount
()
{
}
setTrianTypeOption
=
(
index
)
=>
{
setTrianTypeOption
=
(
index
)
=>
{
return
(
return
(
...
@@ -486,7 +487,10 @@ class TrainContent extends Component {
...
@@ -486,7 +487,10 @@ class TrainContent extends Component {
{
showExamDrawer
&&
<
RelatedExamDrawer
basicInfo=
{
basicInfo
}
stageList=
{
stageList
}
onClose=
{
this
.
onCloseExamDrawer
}
onSave=
{
this
.
confirmCreateExam
}
/>
}
{
showExamDrawer
&&
<
RelatedExamDrawer
basicInfo=
{
basicInfo
}
stageList=
{
stageList
}
onClose=
{
this
.
onCloseExamDrawer
}
onSave=
{
this
.
confirmCreateExam
}
/>
}
</
div
>
</
div
>
<
ExpiredCourseList
taskId=
{
taskId
}
/>
{
this
.
state
.
type
===
'edit'
&&
<
ExpiredCourseList
taskId=
{
taskId
}
/>
}
<
div
className=
'finish-standard__warp'
>
<
div
className=
'finish-standard__warp'
>
<
div
<
div
...
...
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