Commit c900488f by lixiaomin

修改标签回显

parent 4d5e6f0e
......@@ -272,6 +272,11 @@ export default {
data.spec = JSON.parse(data.spec);
}
this.goodsTagList=data.goodsTagList;
if(this.goodsTagList.length>0){
for(let i=0;i<this.goodsTagList.length;i++){
this.tagValues=this.tagValues+this.goodsTagList[i];
}
}
this.form = data;
this.open = true;
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