1
This commit is contained in:
@@ -527,11 +527,7 @@
|
||||
this.currentAsin = '处理完成';
|
||||
this.tableLoading = false;
|
||||
|
||||
if (failedCount > 0) {
|
||||
this.$message.warning(`采集完成!共 ${asinList.length} 个ASIN,成功 ${asinList.length - failedCount} 个,失败 ${failedCount} 个`);
|
||||
} else {
|
||||
this.$message.success(`采集完成!成功获取 ${asinList.length} 个产品信息`);
|
||||
}
|
||||
|
||||
|
||||
} catch (error) {
|
||||
this.$message.error(error.message || '批量获取产品信息失败');
|
||||
|
||||
Reference in New Issue
Block a user