Commit b9f8539d authored by zhengke's avatar zhengke

修改

parent 5428d89f
...@@ -753,6 +753,7 @@ ...@@ -753,6 +753,7 @@
getGroup(group_list) { getGroup(group_list) {
this.TempGroupPriceList = group_list; this.TempGroupPriceList = group_list;
this.addMsg.GroupList = group_list; this.addMsg.GroupList = group_list;
this.shareGroup_list = group_list;
}, },
//获取子组件规格 //获取子组件规格
getSpecList(val) { getSpecList(val) {
......
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
</template> --> </template> -->
<el-form-item> <el-form-item>
<div class="pintuan-share"> <div class="pintuan-share">
<el-card v-for="(item,index) in shareGroup_list" :key="index"> <el-card v-for="(item,index) in shareGroup_list" :key="index" style="margin-bottom:20px;">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<div class="box"> <div class="box">
<div style="display:inline-block;"> <div style="display:inline-block;">
<el-tag type="danger">{{item.people_num}}人团</el-tag> <el-tag type="danger">{{item.People_Num}}人团</el-tag>
</div> </div>
<label style="margin-bottom:0;padding:18px 10px;">批量设置</label> <label style="margin-bottom:0;padding:18px 10px;">批量设置</label>
<el-select placeholder="请选择层级" v-model="fxVal" style="width:130px;" size="small"> <el-select placeholder="请选择层级" v-model="fxVal" style="width:130px;" size="small">
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
}; };
}, },
created() { created() {
console.log(this.shareGroup_list, 'shareGroup_list');
}, },
methods: { methods: {
...@@ -119,7 +120,6 @@ ...@@ -119,7 +120,6 @@
}, },
}, },
mounted() { mounted() {
console.log(this.shareGroup_list, 'shareGroup_list');
this.getDistributor(); this.getDistributor();
}, },
computed: { computed: {
......
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