摘要:
一、View:1、定义输入控件2、绑定combotree$('#ParentId').combotree({ url: "/Action/GetMenuTreeData/", method: "post", lines: true, required: true, onClick: function... 阅读全文
摘要:
一、前端: 1 2 3 $(function () { 4 $("#tbList").treegrid({ 5 url: "/Action/MenuIndex/", 6 method: 'post', 7 title: '菜单列表', 8 ... 阅读全文