diff --git a/pageProduct/index/components/edit-stock.vue b/pageProduct/index/components/edit-stock.vue
index b3cd86a..d8608e9 100644
--- a/pageProduct/index/components/edit-stock.vue
+++ b/pageProduct/index/components/edit-stock.vue
@@ -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
})
diff --git a/pageProduct/invoicing-list/components/list-item.vue b/pageProduct/invoicing-list/components/list-item.vue
index cc2eae7..50c0b9a 100644
--- a/pageProduct/invoicing-list/components/list-item.vue
+++ b/pageProduct/invoicing-list/components/list-item.vue
@@ -83,7 +83,6 @@
-