修复库存记录app不展示问题

This commit is contained in:
2024-10-17 11:36:57 +08:00
parent f502305267
commit 6ee962930e
3 changed files with 14 additions and 26 deletions

View File

@@ -139,7 +139,10 @@
goods: {
type: Object,
default: () => {
skuList: []
return{
id:'',
skuList: []
}
}
}
})
@@ -153,6 +156,7 @@
]
})
function toRecodes(){
console.log(props.goods.id);
go.to('PAGES_PRODUCT_INVOICING_LIST',{
productId:props.goods.id
})