Browse Source

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

严其龙 7 years ago
parent
commit
3f7ca8b1a3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      litemall-admin/src/views/goods/edit.vue

+ 4 - 0
litemall-admin/src/views/goods/edit.vue

@@ -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 => {