浏览代码

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()
         }