diff --git a/litemall-admin/src/views/goods/edit.vue b/litemall-admin/src/views/goods/edit.vue index fdc6f3c8..423c41fe 100644 --- a/litemall-admin/src/views/goods/edit.vue +++ b/litemall-admin/src/views/goods/edit.vue @@ -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 => {