@@ -170,6 +170,7 @@ export default {
loadData: parameter => {
this.disabled = true
this.spinning = true
+ this.queryParam.dealerSn = this.$store.state.user.authOrgs[0].orgSn || undefined
return shopProductList(Object.assign(parameter, this.queryParam)).then(res => {
let data
if (res.status == 200) {