马宇豪
2023-09-11 a98c4593bd3335e4d5ddd1fc204b49b68e8395ed
src/main/resources/templates/tr/hiddenDangerCheck/dangerExamine/dangerExamine.html
@@ -166,7 +166,7 @@
    /* 隐患核查--下一步核查 */
    function nextConfirm(id) {
        var nextConfirmUrl = prefix + "/nextConfirm/{id}";
        var nextConfirmUrl = prefix + "/editNextConfirm/{id}";
        $.modal.open("下一步核查", nextConfirmUrl.replace("{id}", id));
    }