Commit b8d45904 authored by 黄奎's avatar 黄奎

页面修改

parent 0fe9c8cd
...@@ -299,7 +299,6 @@ ...@@ -299,7 +299,6 @@
}, },
//批量设置考级程度 //批量设置考级程度
SetBatchLevelType() { SetBatchLevelType() {
if (this.selectedQuestion && this.selectedQuestion.length > 0) { if (this.selectedQuestion && this.selectedQuestion.length > 0) {
var levelMsg = { var levelMsg = {
LevelType: this.levelTypeMsg.LevelType, LevelType: this.levelTypeMsg.LevelType,
...@@ -318,6 +317,9 @@ ...@@ -318,6 +317,9 @@
position: 'top' position: 'top'
}) })
this.getQuestionList(); this.getQuestionList();
this.isShowEdit = false;
this.selectedQuestion = [];
this.levelTypeMsg.LevelType = 0;
} }
}) })
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment