Commit 1e2bce34 authored by 黄奎's avatar 黄奎

页面修改

parent 538b33e2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
label="课程名称" /> label="课程名称" />
</div> </div>
<div class="col-3"> <div class="col-3">
<select-tree v-if="TreeCategoryList&&TreeCategoryList.length>0" :treeData='TreeCategoryList' <select-tree :treeData='TreeCategoryList'
:defaultArray="returnString" nodeKey="CateId" :multiple="true" labelKey="CateName" childrenKey="ChildList" :defaultArray="returnString" nodeKey="CateId" :multiple="true" labelKey="CateName" childrenKey="ChildList"
tipText="课程分类" @getChild="getChild"></select-tree> tipText="课程分类" @getChild="getChild"></select-tree>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment