双重预防项目-国泰新华二开定制版
马宇豪
2023-03-28 993bcfbb0ea417891ae1317a560ec426b746dbd6
src/main/resources/templates/tr/selectOldRiskInfoPage/selectOldRiskInfoPage.html
@@ -82,12 +82,12 @@
</div>
<th:block th:include="include :: footer"/>
<script th:inline="javascript">
    var prefix = ctx + "info";
    var prefix = ctx + "tr/selectOldRiskInfoPage";
    // var common = [[${common}]];//用户角色 是否在公司管理员
    console.log(ctx,prefix,'prefix')
    $(function () {
        var options = {
            url: prefix + "/selectOldRiskInfoPage",
            url: prefix + "/list",
            createUrl: prefix + "/add",
            updateUrl: prefix + "/edit/{id}",
            removeUrl: prefix + "/removeDangerLedger",