This commit is contained in:
hufangzhou
2024-05-22 15:33:19 +08:00
parent f2ed93d9f5
commit 0b07900ce5
+8
View File
@@ -380,3 +380,11 @@ function toggleLibType(e)
$('#acldefault').closest('.radio-primary').hide();
}
}
window.updateOrder = function(event, orders)
{
let sortedIdList = {};
for(let i in orders) sortedIdList['orders[' + orders[i] + ']'] = i;
$.post($.createLink('doc', 'sortCatalog'), sortedIdList);
}