Commit f6c0a3b8 authored by Star970321's avatar Star970321

修改

parent 5feff681
......@@ -233,16 +233,16 @@
}
}
},
// customerId: {
// handler(newVal, olVal) {
// if (newVal && olVal) {
// this.queryParams.combineId=newVal;
// this.handleQuery()
// this.getMemberCount()
// }
// },
// deep: true, // 深度监听
// },
customerId: {
handler(newVal, olVal) {
if (newVal && olVal) {
this.queryParams.combineId=newVal;
this.handleQuery()
this.getMemberCount()
}
},
deep: true, // 深度监听
},
},
created() {
this.formData[0].options=this.cycj;
......
......@@ -11,7 +11,7 @@
<side-bar ref="sidebar" :statisticObj="statisticObj" @currentPath="showPartPage" :pathName="currentPath.pathName" :customerId="customerId"/>
</div>
<div class="group-right">
<div class="data-list">
<div class="data-list" v-if="currentPath.pathName=='members'">
<div class="list">
<div class="item" v-for="(item,index) in detailsList" :class="{'color': color === index}" @click="clickItem(item,index)">
<img class="logo" :src="item.logoUrl || require('@/assets/images/detail/company_logo.png')" />
......@@ -92,10 +92,10 @@
mounted(){},
methods: {
clickItem(item,index){
// this.color=index;
// this.combineId=item.combineId
// this.id=item.combineId
// this.name=item.combineName
this.color=index;
this.combineId=item.combineId
this.id=item.combineId
this.name=item.combineName
},
showPartPage(e){
this.currentPath = e;
......@@ -154,7 +154,7 @@
display: inline-block;
border: 1px solid #EFEFEF;
padding: 12px;
/*cursor: pointer;*/
cursor: pointer;
.logo{
width: 64px;
height: 64px;
......
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