anei2018cool 发表于 2017-5-17 12:07:24

datagrid加载数据问题

选择select里面的选项,触发onclick事件,中间跟左侧是嵌套的页面,同时加载(
$("#sche-panel").panel({href : "hmpBaseDictController.do?hisDictSelect&hisDictCode=“+ hisDictCode});$('#sche-panel').panel("refresh");       
$("#sche-panel-item").panel(                                                {                                                        href : "hmpBaseDictController.do?hmpDictSelect&hisDictCode="                                                                        + hisDictCode                                                });
$('#sche-panel-item').panel("refresh");       
)时,有时候都可以显示,有时就只能显示1个页面的数据,查看了js说是rows没有找到,不知道是怎么回事,求解!
页: [1]
查看完整版本: datagrid加载数据问题