From bc427c64d8c9066eda7a817c7c7926954e39abb0 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期一, 26 一月 2026 14:55:26 +0800
Subject: [PATCH] 删除操作添加日志记录,系统添加定时删除操作日志

---
 fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html b/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
index 75aad2a..d0f430b 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/snapRecord.html
+++ b/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>

--
Gitblit v1.9.3