|
@@ -240,7 +240,7 @@ export default {
|
|
|
},
|
|
|
// 获取知识点树
|
|
|
getTreeByKnowledge() {
|
|
|
- knowledgeTree({ pharseId: 3, subjectId: this.queryParams.exeSubject, knowledgeTree: true }).then(
|
|
|
+ knowledgeTree({ pharseId: 3, subjectId: this.queryParams.exeSubject, ignoreSubjective: true }).then(
|
|
|
(res) => {
|
|
|
this.knowTreeList = res.data
|
|
|
this.$nextTick(() => {
|