Commit b8d45904 authored by 黄奎's avatar 黄奎

页面修改

parent 0fe9c8cd
......@@ -299,7 +299,6 @@
},
//批量设置考级程度
SetBatchLevelType() {
if (this.selectedQuestion && this.selectedQuestion.length > 0) {
var levelMsg = {
LevelType: this.levelTypeMsg.LevelType,
......@@ -318,6 +317,9 @@
position: 'top'
})
this.getQuestionList();
this.isShowEdit = false;
this.selectedQuestion = [];
this.levelTypeMsg.LevelType = 0;
}
})
} 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