<@ms.html5> <@ms.nav title="角色设置"> <@ms.saveButton id="save"/> <@ms.resetButton id="reset" value="重置" onclick=" " /> <@ms.panel> <@ms.form isvalidation=true name="saveRoleFrom" style="width: 55%" action=""> <@ms.text name="roleName" label="角色名称:" title="角色名称" maxlength="30" validation={"required":"true", "data-bv-notempty-message":"请填写标题"}/> <#if flag == false> <#if listModel?has_content> <@ms.tree label="模块列表:" treeId="tree" json="${listModel?default('')}" jsonId="modelId" jsonPid="modelModelId" jsonName="modelTitle" showIcon="true" expandAll="true" ischeck="true"/> <#else> <@ms.treeInput treeId="errorTree" buttonText="暂无数据"/> <#if !listModel?has_content> <@ms.nodata/>