浏览代码

修改bug

chenrui 9 月之前
父节点
当前提交
b684970c94
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 => {
       loadData: parameter => {
         this.disabled = true
         this.disabled = true
         this.spinning = true
         this.spinning = true
+        this.queryParam.dealerSn = this.$store.state.user.authOrgs[0].orgSn || undefined
         return shopProductList(Object.assign(parameter, this.queryParam)).then(res => {
         return shopProductList(Object.assign(parameter, this.queryParam)).then(res => {
           let data
           let data
           if (res.status == 200) {
           if (res.status == 200) {