@@ -1681,7 +1681,7 @@ export default {
return bulkCopy(productIds);
}).then(() => {
this.getList();
- this.msgSuccess("删除成功");
+ this.msgSuccess("复制成功");
}).catch(function() {});
},
/** 导出按钮操作 */