diff --git a/src/main/resources/static/route/applystudentsnew/list.html b/src/main/resources/static/route/applystudentsnew/list.html index 210642d..6f735b5 100644 --- a/src/main/resources/static/route/applystudentsnew/list.html +++ b/src/main/resources/static/route/applystudentsnew/list.html @@ -443,7 +443,7 @@ // 重载表格 function reloadTable(currentPage) { table.reload('dataTable', { - url: top.restAjax.path(tableUrl, []), + url: top.restAjax.path(tableUrl, [classPlanId]), where: { keywords: $('#keywords').val(), planNumber: $('#keywords').val(),