修复编辑商品表单内关键字列表不显示

This commit is contained in:
严其龙
2019-01-01 14:52:24 +08:00
committed by linlinjava
parent b301b53a3b
commit 3f7ca8b1a3

View File

@@ -354,6 +354,10 @@ export default {
url: this.goods.gallery[i]
})
}
const keywords = response.data.data.goods.keywords
if (keywords !== null) {
this.keywords = keywords.split(',')
}
})
listCatAndBrand().then(response => {