...
- post: restPostApiCall
- get: restGetApiCall
查询表单转 filters 2022.06.15 更新
- OC.getSearchFormFilters(ocWindow.getComponentByName('Formxxx'))
获取组件的 entityName 2022.06.15 更新
- ocWindow.getComponentByName('Formxxx').getEntityName(); Form 组件
- ocWindow.getComponentByName('Tablexxx').getEntityName(); Table 组件
...