Commit f6c0a3b8 authored by Star970321's avatar Star970321

修改

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