提交 6384dec5 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新

上级 a48cbd5f
......@@ -12,7 +12,7 @@
* @param {*} [srfParentDeName] 父实体名称
*/
public ${item.getFullCodeName()}(args: any[], context: any = {}, params: any = {}, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string) {
<#if item.getScriptCode?? && item.getScriptCode()??>
<#if item.getScriptCode?? && item.getScriptCode() != "">
const data = args;
eval('${item.getScriptCode()}');
<#else>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册