소스 검색

knowlege tree api + ignoreSubjective

hehaitao 1 년 전
부모
커밋
2b8a41f2f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {
-      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(() => {