|
@@ -158,6 +158,7 @@ export default {
|
|
|
loadData: parameter => {
|
|
|
this.disabled = true
|
|
|
this.queryParam.buyerSn = this.$route.params.sn
|
|
|
+ this.queryParam.shelfSn = this.$route.params.shelfSn
|
|
|
const params = Object.assign(parameter, this.queryParam)
|
|
|
return queryByBizTradeList(params).then(res => {
|
|
|
let data
|