考生列表考生成绩录入后,返回列表无数据bug修改。
This commit is contained in:
parent
9ea163add8
commit
227206dc04
@ -443,7 +443,7 @@
|
|||||||
// 重载表格
|
// 重载表格
|
||||||
function reloadTable(currentPage) {
|
function reloadTable(currentPage) {
|
||||||
table.reload('dataTable', {
|
table.reload('dataTable', {
|
||||||
url: top.restAjax.path(tableUrl, []),
|
url: top.restAjax.path(tableUrl, [classPlanId]),
|
||||||
where: {
|
where: {
|
||||||
keywords: $('#keywords').val(),
|
keywords: $('#keywords').val(),
|
||||||
planNumber: $('#keywords').val(),
|
planNumber: $('#keywords').val(),
|
||||||
|
Loading…
Reference in New Issue
Block a user