修复编辑商品表单内关键字列表不显示
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user