课件搜索调整

This commit is contained in:
Yjhon 2022-03-29 17:29:50 +08:00
parent 6ada0ac0c2
commit 942a557287
2 changed files with 85 additions and 85 deletions

View File

@ -108,7 +108,7 @@ export function dictToTree(list, tree, parentId) {
if (child.children.length <= 0) {
delete child.children
} else {
child.selectable = false;
// child.selectable = false;
}
tree.push(child)

View File

@ -9,7 +9,7 @@
<!-- :disabled="tabDis" -->
</a-menu>
<!-- :defaultExpandedKeys="defaultExpandedKeys :replaceFields="replaceFields"" -->
<a-tree :treeData="treeData" @select="onSelect" :defaultExpandAll="true" >
<a-tree :treeData="treeData" @select="onSelect" :defaultExpandAll="true" :replaceFields="replaceFields">
<a-icon slot="switcherIcon" type="down" />
</a-tree>
</a-col>
@ -88,7 +88,7 @@ export default {
menuKey: ['sys'], //
//
queryParam: { name: '', classType: 1, type: 1, tags: [] },
// replaceFields: { children: 'children', title: 'name', key: 'value', value: 'id' },
replaceFields: { children: 'children', title: 'title', key: 'value', value: 'key' },
expandedKeys: [],
autoExpandParent: true,
dictCourseTag: [], //