提交 85abcac5 编写于 作者: tony001's avatar tony001

zpc --- 表格操作列问题

上级 bed37507
......@@ -44,6 +44,9 @@
datas = [..._this.getDatas()];
}
</#if>
if(params){
datas = [params];
}
// 界面行为
<#if item.getPSAppViewUIAction().getPSUIAction()??>
<#assign uiaction = item.getPSAppViewUIAction().getPSUIAction()/>
......
......@@ -288,7 +288,7 @@
<#else>
<#if ctrlLogic.getEventArg()?? && ctrlLogic.getEventArg()?length gt 0>
if (Object.is($event.tag, '${ctrlLogic.getEventArg()}')) {
this.${ctrlLogic.name}($event, '', $event2);
this.${ctrlLogic.name}(null, '', $event2);
}
<#else>
this.${ctrlLogic.name}($event, '', $event2);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册