EAS BOS 刷新编辑界面EditUI方法

protected void refreshCurPage() throws Exception {
    if (this.editData.getId() != null) {
        IObjectPK iObjectPk = new ObjectUuidPK(this.editData.getId());
        IObjectValue iObjectValue = getValue(iObjectPk);
        setDataObject(iObjectValue);
        loadFields();
        setSave(true);
    }
}

猜你喜欢

转载自blog.csdn.net/qq_25170493/article/details/82797239