Commit e6da0cef authored by 黄奎's avatar 黄奎

页面修改

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