diff --git a/src/main/resources/static/js/evaluate/summaryAudit/responsibleForApproval.js b/src/main/resources/static/js/evaluate/summaryAudit/responsibleForApproval.js index 44729ee..93ae365 100644 --- a/src/main/resources/static/js/evaluate/summaryAudit/responsibleForApproval.js +++ b/src/main/resources/static/js/evaluate/summaryAudit/responsibleForApproval.js @@ -1,3 +1,4 @@ +// 专责审批 js文件 let layer, laydate, table, form; $(function () { layui.use(["layer", "laydate", "table", "form"], function () { @@ -27,7 +28,7 @@ function search(type) { form.render("select"); } table.reload("baseTable", { - url: ctxPath + "/backstage/evaluate/evalSummaryList", + url: ctxPath + "/backstage/evaluate/dedicatedEvalSummaryList", page: { curr: 1, }, @@ -47,7 +48,7 @@ function initTable() { //渲染表格 table.render({ elem: "#baseTable", - url: ctxPath + "/backstage/evaluate/evalSummaryList", //数据接口 + url: ctxPath + "/backstage/evaluate/dedicatedEvalSummaryList", //数据接口 method: "get", //方式默认是get toolbar: "default", //开启工具栏,此处显示默认图标,可以自定义模板,详见文档 where: { diff --git a/src/main/resources/static/pages/evaluate/responsibleApproval/responsibleForApproval.html b/src/main/resources/static/pages/evaluate/responsibleApproval/responsibleForApproval.html index 18fe5a0..c7e2752 100644 --- a/src/main/resources/static/pages/evaluate/responsibleApproval/responsibleForApproval.html +++ b/src/main/resources/static/pages/evaluate/responsibleApproval/responsibleForApproval.html @@ -2,6 +2,7 @@
+