From 6522a12bd74cf6bf8d96c87e3d46412314ea6500 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 28 四月 2023 15:30:13 +0800
Subject: [PATCH] 添加包保责任制查看

---
 src/main/resources/templates/tr/riskAndPeopleInfo/detailRiskAndPeopleInfo.html |   22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diff --git a/src/main/resources/templates/tr/riskAndPeopleInfo/detailRiskAndPeopleInfo.html b/src/main/resources/templates/tr/riskAndPeopleInfo/detailRiskAndPeopleInfo.html
index 3fce4bc..8c8b013 100644
--- a/src/main/resources/templates/tr/riskAndPeopleInfo/detailRiskAndPeopleInfo.html
+++ b/src/main/resources/templates/tr/riskAndPeopleInfo/detailRiskAndPeopleInfo.html
@@ -6,7 +6,7 @@
 </head>
 <body class="white-bg">
     <div class="wrapper wrapper-content animated fadeInRight ibox-content">
-        <form class="form-horizontal m" id="form-riskCheckPoint-edit" th:object="${riskCheckPoint}">
+        <form class="form-horizontal m" id="form-riskCheckPoint-edit" th:object="${riskAndPeopleInfo}">
             <input name="checkPointId" th:field="*{id}" type="hidden">
 
             <!--现有分值-->
@@ -61,25 +61,5 @@
     </div>
     <th:block th:include="include :: footer" />
     <th:block th:include="include :: datetimepicker-js" />
-    <script type="text/javascript">
-        var prefix = ctx + "/detailRiskAndPeopleInfo";
-        $("#form-riskCheckPoint-edit").validate({
-            focusCleanup: true
-        });
-
-        function submitHandler() {
-            if ($.validate.form()) {
-                $.operate.save(prefix + "/edit", $('#form-riskCheckPoint-edit').serialize());
-            }
-        }
-
-        $("input[name='reviewTime']").datetimepicker({
-            format: "yyyy-mm-dd",
-            minView: "month",
-            autoclose: true
-        });
-
-
-    </script>
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.9.2