@@ -823,7 +823,7 @@
},
//获取题目分类
getList_option() {
- examElClassifyQueryOption({}).then(response => {
+ examElClassifyQueryOption({pageSize:-1}).then(response => {
this.optionList = response.data.records
})
@@ -798,7 +798,7 @@ export default {
/** 查询题目分类 */
getClassifys(){
for(let i=0;i<response.data.records.length;i++){
response.data.records[i].classifyId = response.data.records[i].id;
}
@@ -67,7 +67,7 @@
//获取选项列表
getQueryOption(){
- examElClassifyQueryOption({}).then( res => {
+ examElClassifyQueryOption({pageSize:-1}).then( res => {
this.checkList = res.data.records;
});
@@ -323,7 +323,7 @@ export default {
this.classifys = response.data.records;
@@ -285,7 +285,7 @@ export default {
this.pageType = 0;
getList_option(){
this.optionList = response.data.records;