dedsudiyu 1 deň pred
rodič
commit
f22b8266a9

+ 1 - 1
src/views/safetyEducationExaminationNew/examManagement/testPaperManagement/addPage.vue

@@ -761,7 +761,7 @@
       },
       //知识点
       examElKnowledgePointTreeList() {
-        examElKnowledgePointTreeList({}).then(response => {
+        examElKnowledgePointTreeList({dataScope:2}).then(response => {
           const list = response.data || []
           this.formatTreeData(list)
           this.$set(this, 'optionListKnowledge', list)