目录参数

This commit is contained in:
wanggeng888 2021-04-16 09:45:53 +08:00
parent 840fb06f97
commit 3e1d92668a

View File

@ -160,6 +160,7 @@
keywords: $('#keywords').val(), keywords: $('#keywords').val(),
startTime: $('#startTime').val(), startTime: $('#startTime').val(),
endTime: $('#endTime').val(), endTime: $('#endTime').val(),
categoryId: $('#categoryId').val(),
isPublish: $('#isPublish').val() isPublish: $('#isPublish').val()
}, },
page: { page: {
@ -246,7 +247,7 @@
area: ['100%', '100%'], area: ['100%', '100%'],
shadeClose: true, shadeClose: true,
anim: 2, anim: 2,
content: top.restAjax.path('route/content/update/{categoryId}?contentId={contentId}', [checkDatas[0].contentId, $('#categoryId').val()]), content: top.restAjax.path('route/content/update/{categoryId}?contentId={contentId}', [$('#categoryId').val(), checkDatas[0].contentId]),
end: function() { end: function() {
reloadTable(); reloadTable();
} }