Commit eaa14971 authored by 黄奎's avatar 黄奎

页面修改

parent 020b0c35
......@@ -396,7 +396,7 @@
:SpecPriceList="TempSpecPriceList"></groupStep>
</el-tab-pane>
<el-tab-pane label="分销价设置">
<distributePrice :shareGroup_list="shareGroup_list"></distributePrice>
<distributePrice :shareGroup_list="TempGroupPriceList"></distributePrice>
</el-tab-pane>
<el-tab-pane label="会员价设置">
<memberPrice :SpecificationPriceList="TempSpecPriceList" :SpecificationList="TempSpecList"></memberPrice>
......@@ -563,7 +563,7 @@
trigger: "blur"
}]
},
shareGroup_list: [],
};
},
created() {},
......@@ -777,11 +777,11 @@
},
//设置阶梯价格
setNewVal(val){
console.log("setNewVal",val);
var tempObj=JSON.parse(JSON.stringify(val));
this.TempGroupPriceList =tempObj ;
this.addMsg.GroupList = tempObj;
this.shareGroup_list = tempObj;
},
//获取子组件规格
getSpecList(val) {
......
......@@ -166,7 +166,6 @@
Group_Num:0,
StepPriceList: attr
});
},
//删除拼团
destroyPintuan(index) {
......
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