Commit 2b78d0d6 authored by Administrator's avatar Administrator

Merge remote-tracking branch 'origin/dev20230707' into dev20230707

parents 2d8602e4 ae6a8eeb
...@@ -105,8 +105,9 @@ ...@@ -105,8 +105,9 @@
</div> </div>
</template> </template>
<!-- 民营集团 -->
<template v-if="activeIndex==3"> <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="child-wrap" :id="item.type" v-for="(item,index) in childList" :key="index">
<div class="anchor"></div> <div class="anchor"></div>
<div class="count1" >{{item.type}}<span> {{ item.total }}</span></div> <div class="count1" >{{item.type}}<span> {{ item.total }}</span></div>
...@@ -271,7 +272,8 @@ export default { ...@@ -271,7 +272,8 @@ export default {
item.page=1 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