Explorar el Código

oss physical paper preview

何海涛 hace 1 año
padre
commit
48c8fede5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
         }