From 3f7ca8b1a36fb7cff7e456ed0a1183a96beb4e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=85=B6=E9=BE=99?= Date: Tue, 1 Jan 2019 14:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=A1=A8=E5=8D=95=E5=86=85=E5=85=B3=E9=94=AE=E5=AD=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin/src/views/goods/edit.vue | 4 ++++ 1 file changed, 4 insertions(+) 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 => {