Commit ae6a8eeb authored by yht15023815643's avatar yht15023815643

民营集团统计

parent 82577c29
......@@ -105,8 +105,9 @@
</div>
</template>
<!-- 民营集团 -->
<template v-if="activeIndex==3">
<div class="count">{{ childList.length }}</div>
<div class="count">{{ childListTotal }}</div>
<div class="child-wrap" :id="item.type" v-for="(item,index) in childList" :key="index">
<div class="anchor"></div>
<div class="count1" >{{item.type}}<span> {{ item.total }}</span></div>
......@@ -271,7 +272,8 @@ export default {
item.page=1
})
}
this.childList = res.data
this.childList = res.data.list;
this.childListTotal = res.data.total;
}
})
}
......
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