From 7be0d5b901b999d2347774df3cc1a64927838bb3 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期二, 15 四月 2025 10:10:35 +0800
Subject: [PATCH] 优化每年专项数据获取

---
 src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/delayDangerRectify.html |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/delayDangerRectify.html b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/delayDangerRectify.html
index 5e8b624..fb1e71f 100644
--- a/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/delayDangerRectify.html
+++ b/src/main/resources/templates/tr/hiddenDangerCheck/dangerRectify/delayDangerRectify.html
@@ -68,8 +68,6 @@
 <body class="white-bg">
 <div class="wrapper wrapper-content animated fadeInRight ibox-content">
     <form class="form-horizontal m" id="form-hdcp-edit" th:object="${hdcp}">
-        <h4 class="form-header h4">延期整改</h4>
-
         <input name="id" th:field="*{id}" type="hidden">
 <!--        <input name="checkId" th:field="*{checkId}" type="hidden">-->
         <div class="form-group showByDangerLevelChange">
@@ -87,12 +85,11 @@
 <th:block th:include="include :: datetimepicker-js"/>
 <th:block th:include="include :: jquery-steps-js"/>
 <script type="text/javascript">
-
+    var prefix = ctx + "tr/hiddenDangerCheck/dangerRectify";
     function submitHandler() {
         if ($.validate.form()) {
             var data = $('#form-hdcp-edit').serializeArray();
-            console.log(data,'data')
-            $.operate.save(prefix + "/editDangerRectifySave", data);
+            $.operate.save(prefix + "/rectifyTimeOut", data);
         }
     }
 
@@ -101,7 +98,6 @@
         minView: "month",
         autoclose: true
     });
-
 </script>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.9.2