Commit e00e5a47 by caoyanzhi

fix: 自提点组件回显bug

parent f783f159
......@@ -15,7 +15,7 @@
<div v-for="(v, i) in currentCityList" :key="i" class="list-item">
<div>
<el-checkbox :indeterminate="v.indeterminate" v-model="v.isCheck" @change="checkCityChange()"></el-checkbox>
<span class="list-name"> {{ v.cityName }}</span>
<span class="list-name"> {{ v.label }}</span>
</div>
</div>
</div>
......@@ -78,6 +78,7 @@ export default {
}
},
mounted() {
this.currentCityList = this.selectData;
this.getAreaList();
},
methods: {
......
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