HarmonyOS 鸿蒙Next更新数据无法刷新UI
HarmonyOS 鸿蒙Next更新数据无法刷新UI
// 弹出 选择角色 选择器
dialogController: CustomDialogController = new CustomDialogController({
builder: HKSelectRolePage({
roleList:this.RoleModelList,
rightClick:this.rightClick
}),
autoCancel: true,
alignment: DialogAlignment.Bottom,
customStyle: true,
width:‘100%’
})
rightClick(model:RoleModel) {
this.roleName = model.dictName
this.roleCode = model.dictCode
console.dir("选中角色 ")
console.dir(this.roleName)
console.dir(this.roleCode)
}
关于HarmonyOS 鸿蒙Next更新数据无法刷新UI的问题,您也可以访问:https://www.itying.com/category-93-b0.html 联系官网客服。
2 回复
可以使用双向绑定[@link](/user/link)来实现此功能
可以 [@Link](/user/Link) roleList
或者 eventHub