资源库 多选发送给出提示
This commit is contained in:
parent
11d6298efa
commit
051c921108
|
@ -291,6 +291,7 @@ $(".resourcesList").click(function(e) {
|
||||||
|
|
||||||
function batch_send(){
|
function batch_send(){
|
||||||
if($("#resources_list_form").serialize() == ""){
|
if($("#resources_list_form").serialize() == ""){
|
||||||
|
alert('暂时不支持多页选择,您当前页没有选择任何资源');
|
||||||
return ;
|
return ;
|
||||||
}
|
}
|
||||||
if (lastSendType === '1'){ //如果已经发送过一次了,那么就应该沿用上次发送的类型。
|
if (lastSendType === '1'){ //如果已经发送过一次了,那么就应该沿用上次发送的类型。
|
||||||
|
|
Loading…
Reference in New Issue