-
Notifications
You must be signed in to change notification settings - Fork 2.6k
dialog嵌套crud获取行数据 #11968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
感觉你的需求完全可以用选择器组件,没必要自己造轮子了~ 而且你代码我大概看了下你弹窗里面也没做选择 感觉换这个组件更简单,试试看 官方示例: 欢迎加入最大的,人数最多的,含佬量极高的社区群 |
咱们的picker我看着都是和表单放到一块使用的,picker可以通过一个按钮去唤起吗? |
已解决,谢谢了 |
你看下 其实可以取的不过要用表达式 |
{ |
我这边用使用picker解决了,谢谢啦。 |
实现场景:
dialog嵌套crud,crud是单选模式,通过点击dialog的按钮 获取单选行的数据
存在的问题:
目前无法获取到单选行的数据
当前方案:
The text was updated successfully, but these errors were encountered: