Commit aa5ffac2 by qinjianhui

fix: 【待发货播种墙配货】播种墙配货扫码图片不会变化 #ID: 1000063

parent f9bcd0ca
......@@ -505,6 +505,7 @@ const renderItemBox = (bool: boolean) => {
: parts[0]
for (const product of productList) {
if (product.podJomallCnNo === currentCode) {
coverImage.value = product.previewImgs?.[0]?.url || ''
nextTick(() => {
tableRef.value?.setCurrentRow(product)
})
......
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