EasyuI comboxTree 使用笔记

雷亚荣

关注

阅读 65

2022-09-03


EasyuI comboxTree 使用笔记_数据


html

<div class="fitem">
<label>上级菜单:</label>
<input id="top-menu" class="easyui-combotree" name="parentId" data-options="width:'100px'" />
</div>

js

$("#top-menu").combotree({url:"<%=request.getContextPath() %>/menu.html?act=list"});

接口返回的数据

EasyuI comboxTree 使用笔记_前端_02


精彩评论(0)

0 0 举报