Explorar el Código

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

lxf hace 2 años
padre
commit
b05f6f17d6
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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() {