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/system/dept/add.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/system/dept/add.html b/fzzy-igdss-web/src/main/resources/templates/system/dept/add.html
index 29c4026..e98216f 100644
--- a/fzzy-igdss-web/src/main/resources/templates/system/dept/add.html
+++ b/fzzy-igdss-web/src/main/resources/templates/system/dept/add.html
@@ -68,7 +68,7 @@
</div>
<th:block th:include="include :: footer" />
<script type="text/javascript">
- var prefix = ctx + "system/dept";
+ var prefix = ctx + "system/dept-new";
$("#form-dept-add").validate({
onkeyup: false,
--
Gitblit v1.9.3