修复bug

This commit is contained in:
yanran200830
2024-10-24 18:02:22 +08:00
parent d763045c94
commit 4d0cc14001
2 changed files with 46 additions and 12 deletions

View File

@@ -309,6 +309,7 @@
if (res.errorCode == 1000000) {
const list = res.result.pageItems.map(v => {
return {
mallId: this.skuSearch.mallId,
mallName: this.currMall.mallName,
productName: v.productName,
productSkuId: v.labelCodeVO.productSkuId,