记得上下班打卡 | git大法好,push需谨慎

Commit d5af72da authored by sangchunxi's avatar sangchunxi

文案

parent 734fb536
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
}) })
} else if (activeTypeChangeVal == 4) { } else if (activeTypeChangeVal == 4) {
_data = sp?.map(item => { _data = sp?.map(item => {
return { id: item.spuId, value: item.name } return { id: item.spuId, value: item.spuName }
}) })
} }
search.update(_data) search.update(_data)
...@@ -582,7 +582,7 @@ ...@@ -582,7 +582,7 @@
}) })
} else if (_selectVal == 4) { } else if (_selectVal == 4) {
_data = sp?.map(item => { _data = sp?.map(item => {
return { id: item.spuId, value: item.name } return { id: item.spuId, value: item.spuName }
}) })
} }
......
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
}) })
} else if (activeTypeChangeVal == 4) { } else if (activeTypeChangeVal == 4) {
_data = sp?.map(item => { _data = sp?.map(item => {
return { id: item.spuId, value: item.name } return { id: item.spuId, value: item.spuName }
}) })
} }
search.update(_data) search.update(_data)
...@@ -625,7 +625,7 @@ ...@@ -625,7 +625,7 @@
if (_selectVal == 1) { if (_selectVal == 1) {
_data = nft.map(item => { // 组装返回nft数据 _data = nft.map(item => { // 组装返回nft数据
return { id: item.spuId, value: item.spuName } return { id: item.spuId, value: item.spuId }
}) })
} else if (_selectVal == 2) { } else if (_selectVal == 2) {
_data = group?.map(item => { _data = group?.map(item => {
...@@ -637,7 +637,7 @@ ...@@ -637,7 +637,7 @@
}) })
} else if (_selectVal == 4) { } else if (_selectVal == 4) {
_data = sp?.map(item => { _data = sp?.map(item => {
return { id: item.spuId, value: item.name } return { id: item.spuId, value: item.spuId }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment