子页面刷新父页面列表原创
金蝶云社区-低级杂工
低级杂工
1人赞赏了该文章 643次浏览 未经作者许可,禁止转载编辑于2023年08月16日 11:02:14
//parentPageId为父页面的pageId
IFormView parentPageId = this.getView().getView("parentPageId");
//获取列表
BillList billList = this.getControl("billlistap");
billList.refresh();
//refresh需要刷新后发送指令才能刷新
this.getView().sendFormAction(parentPageId);

//如果对您有帮助,请帮忙点赞支持


赞 1