修改BUG:部门管理groupId默认值删除
This commit is contained in:
parent
c0845401a1
commit
d722eb3709
|
@ -52,7 +52,7 @@
|
|||
<input type="text" class="form-control" id="groupName" placeholder="不可为空,50字以内" maxlength="50" data-valid="true" />
|
||||
</div>
|
||||
<div class="form-group col-sm-6">
|
||||
<input type="hidden" id="groupID" data-default-val="0" />
|
||||
<input type="hidden" id="groupID" />
|
||||
<label class="control-label" for="groupDesc">部门描述</label>
|
||||
<input type="text" class="form-control" id="groupDesc" placeholder="描述信息(可为空),50字以内" maxlength="50" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue