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

设置列表是否单选默认值

上级 bf346fe5
...@@ -218,7 +218,7 @@ import CodeListService from "@/codelist/codelist-service"; ...@@ -218,7 +218,7 @@ import CodeListService from "@/codelist/codelist-service";
* @type {boolean} * @type {boolean}
* @memberof ${srfclassname('${ctrl.codeName}')}Base * @memberof ${srfclassname('${ctrl.codeName}')}Base
*/ */
@Prop() public isSingleSelect!: boolean; @Prop({default:true}) public isSingleSelect!: boolean;
<#if view.getPSAppViewLogics?? && view.getPSAppViewLogics()??> <#if view.getPSAppViewLogics?? && view.getPSAppViewLogics()??>
<#list view.getPSAppViewLogics() as logic> <#list view.getPSAppViewLogics() as logic>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册