马宇豪
2023-08-25 7972344897316d35069a57cccd26f5aa257107cb
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">
@@ -91,8 +89,7 @@
    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);
        }
    }