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

调整实体索引关系选择数据视图(部件视图)抛值问题

上级 c86afe36
......@@ -19,6 +19,11 @@
</#if>
</#list>
</#if>
<#-- 兼容6.0无引擎抛值start -->
<#if view.getViewType() == 'DEINDEXPICKUPDATAVIEW'>
@selectionchange = "dataviewDataSeletionchange"
</#if>
<#-- 兼容6.0无引擎抛值end -->
</#assign>
<#ibizinclude>
../@MACRO/HTML/DEFAULT.html.ftl
......
......@@ -20,7 +20,16 @@
* @type {boolean}
* @memberof ${srfclassname('${view.name}')}Base
*/
public isSingleSelect: boolean = ${dataview.isSingleSelect()?c};
public isSingleSelect: boolean = true;
/**
* 数据选中抛值
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public dataviewDataSeletionchange(args:any){
this.$emit('viewdataschange', [...args]);
}
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册