Authored by 马力

更新userId

... ... @@ -33,7 +33,7 @@ function batchExport(el, type) {
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
}
}
... ...
... ... @@ -33,7 +33,7 @@ function batchExport(el, type) {
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
}
}
... ...