|
|
@@ -438,7 +438,7 @@ import { mapState } from "vuex";
|
|
|
import {
|
|
|
getQuestionsByAssignType,
|
|
|
getTeacherQuestionType,
|
|
|
- getTeacherKeywordQuestions,
|
|
|
+ getTeacherKeywordQuestionsByType,
|
|
|
getQuestionByQuesType
|
|
|
} from "@/api/question";
|
|
|
import PageHeader from "@/components/PageHeader";
|
|
|
@@ -576,7 +576,7 @@ export default {
|
|
|
},
|
|
|
//根据关键字查找题目
|
|
|
getQuestionsByKey() {
|
|
|
- getTeacherKeywordQuestions(this.keyWord)
|
|
|
+ getTeacherKeywordQuestionsByType(this.keyWord, "")
|
|
|
.then(value => {
|
|
|
this.data = value.data;
|
|
|
})
|