...
|
...
|
@@ -24,8 +24,15 @@ function batchExport(el, type) { |
|
|
console.log(response);
|
|
|
|
|
|
$("#message").html('');
|
|
|
|
|
|
if(type == "changeSize"){
|
|
|
if (loadModal) {
|
|
|
loadModal.close();
|
|
|
}
|
|
|
common.util.__tip(response.message, 'success');
|
|
|
return;
|
|
|
}
|
|
|
if (response.code == 200&&response.data.taskId) {
|
|
|
|
|
|
__ajaxCheckTask(response.data.taskId);
|
|
|
return;
|
|
|
}
|
...
|
...
|
@@ -44,8 +51,7 @@ function batchExport(el, type) { |
|
|
if(response.code==400){
|
|
|
$("#message").html(response.message);
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
common.util.__tip(response.message, 'success');
|
|
|
|
|
|
}
|
...
|
...
|
|