对接规格查询库存价格
This commit is contained in:
@@ -61,7 +61,7 @@ const goodsList = ref([])
|
||||
// 显示sku
|
||||
function showSkuHandle(item) {
|
||||
if (item.typeEnum == 'sku') {
|
||||
skuModalRef.value.show(item)
|
||||
skuModalRef.value.show({ ...item })
|
||||
} else {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user