提交 4b1bb8a0 编写于 作者: Mosher's avatar Mosher

update:更新

上级 1e1562b4
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
xData: this xData: this
} }
let result: boolean = true; let result: boolean = true;
Object.assign(actionData, args);
<#if ctrl.getPSControlLogics?? && ctrl.getPSControlLogics()??> <#if ctrl.getPSControlLogics?? && ctrl.getPSControlLogics()??>
<#list ctrl.getPSControlLogics() as logic> <#list ctrl.getPSControlLogics() as logic>
<#if logic.getLogicType() != 'APPVIEWLOGIC' && logic.getLogicType() != 'APPVIEWENGINE' && logic.getTriggerType() == 'CTRLEVENT'> <#if logic.getLogicType() != 'APPVIEWLOGIC' && logic.getLogicType() != 'APPVIEWENGINE' && logic.getTriggerType() == 'CTRLEVENT'>
......
...@@ -243,7 +243,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code} ...@@ -243,7 +243,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
} }
} }
<#ibizinclude> <#ibizinclude>
./@MACRO/control-logic.txt ./@MACRO/control-logic.ftl
</#ibizinclude> </#ibizinclude>
<#-- START: 部件事件 --> <#-- START: 部件事件 -->
<@initControlEvents ctrl view/> <@initControlEvents ctrl view/>
......
...@@ -1734,7 +1734,7 @@ ${gridColumn.getName()} ...@@ -1734,7 +1734,7 @@ ${gridColumn.getName()}
*/ */
public select(selection: any, row: any): void { public select(selection: any, row: any): void {
// 选中事件 // 选中事件
this.handleCtrlEvents('onselectionchange', [row]).then((result: boolean) => { this.handleCtrlEvents('onselectionchange', { data: [row] }).then((result: boolean) => {
if (!result) { if (!result) {
return; return;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册