提交 559b60cc 编写于 作者: hudan's avatar hudan

修复列表导航视图选中状态

上级 00a3eea3
......@@ -212,6 +212,14 @@ import CodeListService from "@/codelist/codelist-service";
*/
@Prop() public fetchAction!: string;
/**
* 是否单选
*
* @type {boolean}
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
@Prop() public isSingleSelect!: boolean;
<#if view.getPSAppViewLogics?? && view.getPSAppViewLogics()??>
<#list view.getPSAppViewLogics() as logic>
<#if logic.getPFLogicCodeType() == 'APP_NEWDATA'>
......@@ -897,6 +905,9 @@ import CodeListService from "@/codelist/codelist-service";
*/
public handleClick(args: any) {
// this.clearSelection();
if(this.isingleSelect){
this.clearSelection();
}
args.isselected = !args.isselected;
this.selectchange();
}
......
<#assign content>
:showBusyIndicator="${ctrl.isShowBusyIndicator()?c}"
:isSingleSelect="isSingleSelect"
<#if view.getViewType() == 'DELISTEXPVIEW'>
:viewUID="viewUID"
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册