treegrid新增子节点时,当前节点不展开 20
对于没有子节点的节点(非文件夹状态的节点),新增节点时,不会刷新这个节点也不会展开。困扰好长时间了,哪位帮帮吗。jquery-easyui-1.4.2框架,也试了好多办法...
对于没有子节点的节点(非文件夹状态的节点),新增节点时,不会刷新这个节点也不会展开。困扰好长时间了,哪位帮帮吗。jquery-easyui-1.4.2框架,也试了好多办法,就是不行。在线等,急~~
$("#"+contextMneuTblId).treegrid('update',{id:parentId,state:'open'});
$("#"+contextMneuTblId).treegrid('collapse',parentId);
对于有子节点的节点,直接用
$("#"+contextMneuTblId).treegrid('reload',parentId);
就可以刷新,展开了。但是这种新增子节点的就是不行。。。 展开
$("#"+contextMneuTblId).treegrid('update',{id:parentId,state:'open'});
$("#"+contextMneuTblId).treegrid('collapse',parentId);
对于有子节点的节点,直接用
$("#"+contextMneuTblId).treegrid('reload',parentId);
就可以刷新,展开了。但是这种新增子节点的就是不行。。。 展开
展开全部
$.post('${ctx}/sys/resource/edit', { id:node[0].id},
function(result) {
if (result) {
obj = result.obj;
$('#pid').combotree({
url : '${ctx}/sys/resource/allTree?flag=false',
parentField : 'pid',
lines : true,
panelHeight : 'auto',
value : obj.pid
});
$('#resourceForm').form('load', {
'id' : obj.id,
'name' : obj.name,
'seq' : obj.seq,
'systemtype' : obj.systemtype,
'url' : obj.url,
'icon' : obj.icon,
'resourcetype' : obj.resourcetype,
'state' : obj.state
});
$('#pid').combobox('setValue', obj.pid);
} else {
$.messager.alert('错误','出错了','error');
}
},'json');
function(result) {
if (result) {
obj = result.obj;
$('#pid').combotree({
url : '${ctx}/sys/resource/allTree?flag=false',
parentField : 'pid',
lines : true,
panelHeight : 'auto',
value : obj.pid
});
$('#resourceForm').form('load', {
'id' : obj.id,
'name' : obj.name,
'seq' : obj.seq,
'systemtype' : obj.systemtype,
'url' : obj.url,
'icon' : obj.icon,
'resourcetype' : obj.resourcetype,
'state' : obj.state
});
$('#pid').combobox('setValue', obj.pid);
} else {
$.messager.alert('错误','出错了','error');
}
},'json');
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询