您的位置:首页 > 其它

EAS BOS编辑界面刷新序时簿界面

2015-11-03 17:01 357 查看
protected void refreshListPage() throws EASBizException, BOSException,Exception {
if (getUIContext().get("Owner") != null) {
try {
if (getUIContext().get("Owner") instanceof PayrollCreditListUI) {
((PayrollCreditListUI) getUIContext().get("Owner")).refreshList();
} else {
((PayrollCreditListUI) getUIContext().get("Owner")).refreshList();
}
} catch (Exception e) {
handleException(e);
}
}
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: