摘要: js接收到后台的数据如下 1 /// 部门信息 2 var departRows = [{ 3 parentDepartId: 'root', 4 departId: 'DC', 5 departName: '集团' 6 }, { 7 parentDepartId: 'DC', 8 departId 阅读全文
posted @ 2016-09-19 13:42 天碼行空 阅读(1404) 评论(2) 推荐(1) 编辑