diff --git a/src/components/QuestionBankSection.vue b/src/components/QuestionBankSection.vue index 00ad1fa..c326dda 100644 --- a/src/components/QuestionBankSection.vue +++ b/src/components/QuestionBankSection.vue @@ -3,7 +3,7 @@

题库选择

- 全选 + 清空
@@ -13,16 +13,14 @@ ref="categoryTree" :data="categoryTreeData" :props="treeProps" - node-key="id" + node-key="nodeKey" show-checkbox :default-expand-all="false" :expand-on-click-node="true" @check="handleTreeCheck" - :default-checked-keys="defaultCheckedKeys" - :filter-node-method="filterNode" >