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
35b8bb20
Commit
35b8bb20
authored
Jun 01, 2021
by
yuananting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:保存组织考试返回路径修改
parent
b9910af1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
src/modules/teach-tool/examination-manager/AddExam.tsx
+1
-1
src/modules/teach-tool/paper-manage/OperatePaper.jsx
+3
-1
src/modules/teach-tool/question-manage/components/QuestionList.jsx
+3
-3
No files found.
src/modules/teach-tool/examination-manager/AddExam.tsx
View file @
35b8bb20
...
...
@@ -238,7 +238,7 @@ function AddExam(props: any) {
cancelText
:
'留在本页'
,
icon
:
<
span
className=
"icon iconfont default-confirm-icon"
>

</
span
>,
onOk
:
()
=>
{
props
.
history
.
goBack
();
window
.
RCHistory
.
push
(
"/examination-manage-index"
)
}
})
}
...
...
src/modules/teach-tool/paper-manage/OperatePaper.jsx
View file @
35b8bb20
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-03-27 16:15:13
* @LastEditors: yuananting
* @LastEditTime: 2021-0
5-30 21:22:25
* @LastEditTime: 2021-0
6-01 11:31:41
* @Description: 助学工具-新建/复制/编辑试卷
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -472,6 +472,8 @@ class OperatePaper extends Component {
"categoryId"
)}
`
,
});
Bus
.
trigger
(
"queryCategoryTree"
,
"remain"
);
Bus
.
trigger
(
"queryPaperPageList"
,
getParameterByName
(
"categoryId"
),
0
);
},
});
};
...
...
src/modules/teach-tool/question-manage/components/QuestionList.jsx
View file @
35b8bb20
...
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Date: 2021-02-25 11:23:47
* @LastEditors: yuananting
* @LastEditTime: 2021-0
5-20 11:35:0
7
* @LastEditTime: 2021-0
6-01 11:31:1
7
* @Description: 助学工具-题库-题目列表数据
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -532,7 +532,7 @@ class QuestionList extends Component {
Service
.
Hades
(
'public/hades/batchMoveQuestion'
,
data
,
{
reject
:
true
}).
then
((
res
)
=>
{
if
(
res
.
success
)
{
message
.
success
(
'移动成功'
);
Bus
.
trigger
(
'queryCategoryTree'
,
'
init
'
);
Bus
.
trigger
(
'queryCategoryTree'
,
'
remain
'
);
this
.
queryQuestionPageList
();
this
.
clearSelect
();
}
else
{
...
...
@@ -567,7 +567,7 @@ class QuestionList extends Component {
Service
.
Hades
(
'public/hades/batchDeleteQuestion'
,
data
,
{
reject
:
true
}).
then
((
res
)
=>
{
if
(
res
.
success
)
{
message
.
success
(
'删除成功'
);
Bus
.
trigger
(
'queryCategoryTree'
,
'
init
'
);
Bus
.
trigger
(
'queryCategoryTree'
,
'
remain
'
);
this
.
queryQuestionPageList
();
this
.
clearSelect
();
}
else
{
...
...
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