|
|
@ -227,7 +227,11 @@ use \common\libs\MyLib; |
|
|
|
rows.forEach(function(item,index,array){ |
|
|
|
rows.forEach(function(item,index,array){ |
|
|
|
params.push(item.id); |
|
|
|
params.push(item.id); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
var index = parent.layer.load(1, { |
|
|
|
|
|
|
|
shade: [0.1,'#fff'] //0.1透明度的白色背景 |
|
|
|
|
|
|
|
}); |
|
|
|
$.post('/database/a-b', {ids:params.join(',')}, function(data) { |
|
|
|
$.post('/database/a-b', {ids:params.join(',')}, function(data) { |
|
|
|
|
|
|
|
parent.layer.close(index); |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
parent.layer.msg(data.msg); |
|
|
|
if(data.success == true) { |
|
|
|
if(data.success == true) { |
|
|
|
refreshList(); |
|
|
|
refreshList(); |
|
|
|