sgj
2026-01-20 ae7c4266892b1017ac5cb8a1c937c78fc9a7a6cd
fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
@@ -11,7 +11,7 @@
    <th:block th:include="include :: select2-css"/>
    <style>
        .select-list .select2-container--bootstrap {
            width: 280px!important;
            width: 280px !important;
            display: inline-block;
        }
    </style>
@@ -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>