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
b42c48d7
Commit
b42c48d7
authored
Jun 07, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增快捷排序
parent
604913f8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/modules/teach-tool/paper-manage/OperatePaper.jsx
+0
-0
src/modules/teach-tool/paper-manage/modal/SelectQuestionModal.jsx
+3
-2
No files found.
src/modules/teach-tool/paper-manage/OperatePaper.jsx
View file @
b42c48d7
This diff is collapsed.
Click to expand it.
src/modules/teach-tool/paper-manage/modal/SelectQuestionModal.jsx
View file @
b42c48d7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-03-29 10:52:26
* @Date: 2021-03-29 10:52:26
* @LastEditors: yuananting
* @LastEditors: yuananting
* @LastEditTime: 2021-0
5-08 16:11:27
* @LastEditTime: 2021-0
6-07 14:45:02
* @Description: 助学工具-试卷-新建选择题目弹窗
* @Description: 助学工具-试卷-新建选择题目弹窗
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -42,7 +42,8 @@ class SelectQuestionModal extends Component {
...
@@ -42,7 +42,8 @@ class SelectQuestionModal extends Component {
width=
{
1080
}
width=
{
1080
}
onOk=
{
()
=>
{
onOk=
{
()
=>
{
this
.
props
.
setSelectedQuestion
(
this
.
props
.
setSelectedQuestion
(
this
.
listRef
.
current
.
state
.
selectQuestionKeys
.
map
((
item
)
=>
{
this
.
listRef
.
current
.
state
.
selectQuestionKeys
.
map
((
item
,
index
)
=>
{
item
.
sorterIndex
=
index
;
item
.
questionId
=
item
.
id
||
item
.
questionId
;
item
.
questionId
=
item
.
id
||
item
.
questionId
;
item
.
questionType
=
item
.
questionTypeEnum
||
item
.
questionType
;
item
.
questionType
=
item
.
questionTypeEnum
||
item
.
questionType
;
item
.
score
=
item
.
score
||
2
;
item
.
score
=
item
.
score
||
2
;
...
...
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