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