对接规格查询库存价格

This commit is contained in:
gyq
2024-02-26 17:24:50 +08:00
parent 9bbd463852
commit 9aa6eee67a
3 changed files with 79 additions and 15 deletions

View File

@@ -61,7 +61,7 @@ const goodsList = ref([])
// 显示sku
function showSkuHandle(item) {
if (item.typeEnum == 'sku') {
skuModalRef.value.show(item)
skuModalRef.value.show({ ...item })
} else {
}