Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法以动态形式覆盖方法?
我已经从代码创建了一个表单(创建表单、添加数据源等,然后是 FormRun)。问题在于数据源验证。在正常形式(在 AOT 中)我会return true在 validateWrite 中使用以防止对表进行正常验证。
return true
我如何仅从代码中实现这一点?(或更准确地说:当我只有上课时)
我认为FormBuild.addMethod是您正在寻找的。提供FormBuildDatasource对象作为addMethod方法的第三个参数。
FormBuildDatasource
addMethod