chenrui 9 mēneši atpakaļ
vecāks
revīzija
b684970c94

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