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