Browse Source

修改bug

chenrui 9 months ago
parent
commit
b684970c94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/numsGoodsShelves/easyPassShopping/index.vue

+ 1 - 0
src/views/numsGoodsShelves/easyPassShopping/index.vue

@@ -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) {