Commit e6da0cef authored by 黄奎's avatar 黄奎

页面修改

parent b1c09163
......@@ -228,6 +228,7 @@
}
this.getQuestionType();
this.getDifficultyType();
this.getQuestionCategoryList();
},
mounted() {
......@@ -235,12 +236,12 @@
methods: {
//设置最大值
getMaxInput(item) {
if (templateMsg.TemplateBankIds != '' && item.ChooseNum > item.QuestionTypeNum) {
if (this.templateMsg.TemplateBankIds != '' && item.ChooseNum > item.QuestionTypeNum) {
item.ChooseNum = '';
}
},
getMaxMiniInput(item) {
if (templateMsg.TemplateBankIds != '' && item.ChooseNum > item.DifficultyTypeCount) {
if (this.templateMsg.TemplateBankIds != '' && item.ChooseNum > item.DifficultyTypeCount) {
item.ChooseNum = '';
}
},
......
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