|
@@ -404,13 +404,6 @@ export default {
|
|
this.courseList = response.data;
|
|
this.courseList = response.data;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- getPapers(query) {
|
|
|
|
- this.$http
|
|
|
|
- .get(QUESTION_API + "/import_paper/to_be_dispose?name=" + query)
|
|
|
|
- .then((response) => {
|
|
|
|
- this.paperList = response.data;
|
|
|
|
- });
|
|
|
|
- },
|
|
|
|
//重置查询表单
|
|
//重置查询表单
|
|
resetSearchForm() {
|
|
resetSearchForm() {
|
|
this.formSearch = {
|
|
this.formSearch = {
|
|
@@ -499,7 +492,6 @@ export default {
|
|
};
|
|
};
|
|
this.getCourses("");
|
|
this.getCourses("");
|
|
}
|
|
}
|
|
- this.getPapers("");
|
|
|
|
this.searchQues();
|
|
this.searchQues();
|
|
},
|
|
},
|
|
},
|
|
},
|