jeecg的下拉列表

时间:2023-03-09 20:56:06
jeecg的下拉列表

jeecg里面下拉列表的使用
①建立数据字典seo_id

<t:dictSelect field="operationPromotionAccount" typeGroupCode="seo_id" title="推广账号" >

②设置默认值
<t:dictSelect field="businessTypeIntention" extendJson="{class:'form-control'}" defaultVal="1" type="select" hasLabel="false" title="线索来源" typeGroupCode="b_intent" datatype="*">