资源库 多选发送给出提示

This commit is contained in:
lizanle 2015-08-21 15:58:32 +08:00
parent 11d6298efa
commit 051c921108
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ $(".resourcesList").click(function(e) {
function batch_send(){
if($("#resources_list_form").serialize() == ""){
alert('暂时不支持多页选择,您当前页没有选择任何资源');
return ;
}
if (lastSendType === '1'){ //如果已经发送过一次了,那么就应该沿用上次发送的类型。