fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
@@ -34,8 +34,8 @@ </li> <li> 所选库区:<select class="form-control" name="deptId"> <option value="">所有</option> <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}"> <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}" th:selected="${dept.id == defaultDeptId}"> </option> </select> </li>