修改BUG:角色管理roleId默认值删除
This commit is contained in:
parent
ea518b2df7
commit
c0845401a1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue