修复库存记录app不展示问题
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user