修改BUG:角色管理roleId默认值删除

This commit is contained in:
Argo-Surface 2018-11-22 10:20:40 +08:00
parent ea518b2df7
commit c0845401a1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<input type="text" class="form-control" id="roleName" placeholder="不可为空50字以内" maxlength="50" data-valid="true" />
</div>
<div class="form-group col-sm-6">
<input type="hidden" id="roleID" data-default-val="0" />
<input type="hidden" id="roleID" />
<label class="control-label" for="roleDesc">角色描述</label>
<input type="text" class="form-control" id="roleDesc" placeholder="描述信息(可为空)50字以内" maxlength="50" />
</div>