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

来源:互联网 发布:产品手册设计软件 编辑:程序博客网 时间:2024/05/22 20:25
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);
}
}
}
0 0
原创粉丝点击