Authored by TaoHuang

fix(second): add pid

... ... @@ -321,7 +321,10 @@ export default {
this.$router.push({
name: 'SecondSellList',
params: {
id: storageId
id: storageId,
},
query: {
pid: this.selectedProductInfo.productId
}
});
}
... ...