Browse Source

knowlege tree api + ignoreSubjective

hehaitao 1 year ago
parent
commit
2b8a41f2f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/questioncenter/components/smart-online.vue

+ 1 - 1
src/views/questioncenter/components/smart-online.vue

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