Authored by 马力

更新userId

... ... @@ -59,7 +59,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');
}
}
}
... ...
... ... @@ -247,7 +247,7 @@ common.edit.ajaxfileupload("#productTagModify", {
$("#message").html(response.data.failFileReason.join('<br/>'));
return false;
}
common.util.__tip(response.message, 'warning');
common.util.__tip(response.message, 'success');
}
});
... ...