Browse Source

删除废弃请求

xiatian 2 years ago
parent
commit
a1ad12499e
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/modules/questions/views/CheckDuplicateList.vue

+ 0 - 8
src/modules/questions/views/CheckDuplicateList.vue

@@ -404,13 +404,6 @@ export default {
           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() {
       this.formSearch = {
@@ -499,7 +492,6 @@ export default {
         };
         this.getCourses("");
       }
-      this.getPapers("");
       this.searchQues();
     },
   },