浏览代码

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

严其龙 7 年之前
父节点
当前提交
3f7ca8b1a3
共有 1 个文件被更改,包括 4 次插入0 次删除
  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]
           })
         }
+        const keywords = response.data.data.goods.keywords
+        if (keywords !== null) {
+          this.keywords = keywords.split(',')
+        }
       })
 
       listCatAndBrand().then(response => {