修复商品管理的bug
This commit is contained in:
@@ -608,7 +608,7 @@
|
||||
const goodsId = props.data?.goodsId;
|
||||
if(goodsId){
|
||||
listGoodsSpec({goodsId}).then(data => {
|
||||
console.log(data[0].specValue);
|
||||
|
||||
const specValue = data[0].specValue;
|
||||
if(specValue){
|
||||
spec.value = JSON.parse(specValue).map( d => {
|
||||
|
||||
Reference in New Issue
Block a user