目录参数
This commit is contained in:
parent
840fb06f97
commit
3e1d92668a
@ -160,6 +160,7 @@
|
||||
keywords: $('#keywords').val(),
|
||||
startTime: $('#startTime').val(),
|
||||
endTime: $('#endTime').val(),
|
||||
categoryId: $('#categoryId').val(),
|
||||
isPublish: $('#isPublish').val()
|
||||
},
|
||||
page: {
|
||||
@ -246,7 +247,7 @@
|
||||
area: ['100%', '100%'],
|
||||
shadeClose: true,
|
||||
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() {
|
||||
reloadTable();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user