文件下发详情单位回显问题

kingbase
dshclm 10 months ago
parent 1720b3914f
commit 7be4a0ec3d

@ -73,9 +73,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">收文单位:</label>
<div class="col-sm-8">
<select name="targetDepart" disabled class="form-control select2-multiple m-b" multiple>
<option th:each="item : ${dept}" th:if="${item.deptId != 100}" th:text="${item.deptName}" th:selected="${item.delFlag}" th:value="${item.deptName}"></option>
</select>
<input name="provideCount" readonly th:field="*{targetDepart}" class="form-control" type="text">
</div>
</div>
<div class="form-group">

Loading…
Cancel
Save