...
|
...
|
@@ -57,6 +57,7 @@ function batchExport(el, type) { |
|
|
}
|
|
|
if(response.data&&response.data.failFileReason.length){
|
|
|
$("#message").html(response.data.failFileReason.join('<br/>'));
|
|
|
common.util.__tip('处理失败!具体报错见页面下方!', 'warning');
|
|
|
return false;
|
|
|
}
|
|
|
common.util.__tip(response.message, 'warning');
|
...
|
...
|
|