Browse Source

集团账号 SKU管理不过滤品牌

lxf 2 years ago
parent
commit
b05f6f17d6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/shengde/product/management/index.vue

+ 5 - 0
src/views/shengde/product/management/index.vue

@@ -302,6 +302,11 @@ export default {
           })
         }
       })
+    } else {
+      let data = this.dictData.filter((item) => item.code === 'brand_name')
+      if (data && data.length > 0) {
+        this.brandName = data[0].children
+      }
     }
   },
   mounted() {