Commit 1c7db8f6 by lixiaomin

修改商品标签

parent edb6be28
...@@ -257,8 +257,10 @@ export default { ...@@ -257,8 +257,10 @@ export default {
const { data } = response; const { data } = response;
data.pics = JSON.parse(data.pics); data.pics = JSON.parse(data.pics);
data.spec = JSON.parse(data.spec); data.spec = JSON.parse(data.spec);
this.goodsTagList=data.goodsTagList;
this.form = data; this.form = data;
this.open = true; this.open = true;
this.title = "修改商品"; this.title = "修改商品";
}); });
}, },
......
Markdown is supported
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