This commit is contained in:
liushiwei
2023-12-06 16:50:06 +08:00
parent 3921daba27
commit fa57f0fa99
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ export default {
data: {
goods_id: this.goodsId
}}).then((res) => {
if (!res.goods) {
if (!res.goods || !res.goods.productName) {
//this.isCopying = false
//Message.error("获取商品信息失败,采集失败")
this.addToDraft()