소스 검색

oss physical paper preview

何海涛 1 년 전
부모
커밋
48c8fede5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/questioncenter/components/collect.vue

+ 1 - 1
src/views/questioncenter/components/collect.vue

@@ -235,7 +235,7 @@ export default {
         this.form.subjectName = res.data[0]
         this.subjects = res.data
         if (this.form.type == 'question') {
-          this.getFavQue()
+          this.getFavQuestions()
         } else if (this.form.type == 'paper') {
           this.getFavPapers()
         }