Commit 3f7ca8b1 authored by 严其龙's avatar 严其龙 Committed by linlinjava
Browse files

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

parent b301b53a
...@@ -354,6 +354,10 @@ export default { ...@@ -354,6 +354,10 @@ export default {
url: this.goods.gallery[i] url: this.goods.gallery[i]
}) })
} }
const keywords = response.data.data.goods.keywords
if (keywords !== null) {
this.keywords = keywords.split(',')
}
}) })
listCatAndBrand().then(response => { listCatAndBrand().then(response => {
......
Supports Markdown
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