目录参数
This commit is contained in:
parent
840fb06f97
commit
3e1d92668a
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user