feature_0521
zhenghuang 5 years ago
parent 683ef7da59
commit 95a51d5ec0

@ -21,7 +21,7 @@
@on-change="onChange" @on-change="onChange"
v-model="isSelect"> v-model="isSelect">
<i-col span="8" <i-col span="8"
v-if="!item.hide" v-if="!item.hide && index < block"
:key="index" :key="index"
v-for="(item, index) in shopList"> v-for="(item, index) in shopList">
<Checkbox size="large" <Checkbox size="large"
@ -54,6 +54,7 @@ export default {
selectValue: [], selectValue: [],
shopListData: [], shopListData: [],
loading: false, loading: false,
block: 50,
companys: store.getters.useData.company, companys: store.getters.useData.company,
orginShopList: [], orginShopList: [],
}; };

Loading…
Cancel
Save