Commit dfaf4a25 authored by 黄卓's avatar 黄卓

箱明细品牌列表默认值

parent c2da1f00
...@@ -150,6 +150,8 @@ export default { ...@@ -150,6 +150,8 @@ export default {
await getProductBrank(this.value.brand).then(r => { await getProductBrank(this.value.brand).then(r => {
this.brandList = [r.data] this.brandList = [r.data]
}) })
} else {
this.getProductBrandPage()
} }
if (typeof this.value.prodAttrIds === 'string') { if (typeof this.value.prodAttrIds === 'string') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment