We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我想实现 CURD 组件中 form-select source 值使用预先加载的数据链当中的变量
通过amisDebug调试开关观察组件数据链上下文,发现 CURD 中的 form 可以取到的数据链 data,form 当中的select却取不到 详情如下图: from当中可以取到 mySystemOptions 这个data
from 下 select 当中数据链没有 mySystemOptions 这个data
The text was updated successfully, but these errors were encountered:
feat: 数据域组件扩充 trackExpression 属性用于显式的设置跟踪上层数据变化 Close: baidu#7152
fc33a00
等 3.2.0 发布后,可以使用 trackExpression: "${mySystemOptions | json}" 来追踪上层数据变化
trackExpression: "${mySystemOptions | json}"
Sorry, something went wrong.
Merge pull request #7169 from 2betop/feat-trackExpression
8b48d3b
feat: 数据域组件扩充 trackExpression 属性用于显式的设置跟踪上层数据变化 Close: #7152
2betop
Successfully merging a pull request may close this issue.
实现场景:
我想实现 CURD 组件中 form-select source 值使用预先加载的数据链当中的变量
存在的问题:
通过amisDebug调试开关观察组件数据链上下文,发现 CURD 中的 form 可以取到的数据链 data,form 当中的select却取不到
详情如下图:
from当中可以取到 mySystemOptions 这个data
from 下 select 当中数据链没有 mySystemOptions 这个data
当前方案:
The text was updated successfully, but these errors were encountered: