easyui datagrid 子对象数据怎样显示。
后台用的hibernate,上级部门是一个对象,easyui页面上面怎样才能获取上级部门呢?privateTbDepttbDept;//上级部门<tableid="com...
后台用的hibernate,上级部门是一个对象,easyui页面上面怎样才能获取上级部门呢?
private TbDept tbDept; //上级部门
<table id="common_datagrid" url="findTbDeptByPage.action" fit="true"
border="false" toolbar="#toolbar" idField="deptId">
<thead>
<tr>
<th field="deptId" width="40" checkbox="true">
ID
</th>
<th field="deptName" width="120" sortable="true">
部门名字
</th>
<th field="tbDept.deptName" width="120" sortable="true">
上级部门
</th>
<th field="deptDescribe" width="80" sortable="true">
描述
</th>
</tr>
</thead>
</table> 展开
private TbDept tbDept; //上级部门
<table id="common_datagrid" url="findTbDeptByPage.action" fit="true"
border="false" toolbar="#toolbar" idField="deptId">
<thead>
<tr>
<th field="deptId" width="40" checkbox="true">
ID
</th>
<th field="deptName" width="120" sortable="true">
部门名字
</th>
<th field="tbDept.deptName" width="120" sortable="true">
上级部门
</th>
<th field="deptDescribe" width="80" sortable="true">
描述
</th>
</tr>
</thead>
</table> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询