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
假如我有个页面是表单配置,在另一个表格的新增编辑用上了,是不是可以不需要重复配置,而是可以通过在 initBlock 时检查 block 配置结构,针对 event/action 内关于 "?.?" 的事件调用应预先检测 ams.$blocks 是否有对应的挂载,没有的话尝试通过 ams.getBlock(name) 获取,然后添加到当前的 blocks 对象内?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
假如我有个页面是表单配置,在另一个表格的新增编辑用上了,是不是可以不需要重复配置,而是可以通过在 initBlock 时检查 block 配置结构,针对 event/action 内关于 "?.?" 的事件调用应预先检测 ams.$blocks 是否有对应的挂载,没有的话尝试通过 ams.getBlock(name) 获取,然后添加到当前的 blocks 对象内?
The text was updated successfully, but these errors were encountered: