Commit f76973c2 authored by Star970321's avatar Star970321

修改

parent 6d0b97e1
......@@ -235,8 +235,8 @@
},
customerId: {
handler(newVal, olVal) {
if (newVal) {
this.customerId=newVal;
if (newVal && olVal) {
this.queryParams.customerId=newVal;
this.handleQuery()
this.getMemberCount()
}
......@@ -245,9 +245,6 @@
},
},
created() {
// this.handleQuery()
this.getMemberCount()
this.dataRegion()
this.formData[0].options=this.cycj;
this.formData[3].moneyList=this.moneyList;
//企业类型
......@@ -255,6 +252,13 @@
let data = result.code == 200 ? result.data:[];
this.qyType=data;
})
this.handleQuery()
this.getMemberCount()
this.dataRegion()
},
mounted(){
},
methods: {
//主营业务
......@@ -305,7 +309,7 @@
this.tableLoading=true;
let data = this.getAreaList(params || this.queryParams)
// if(!data.combineId){
data.combineId=this.customerId;
// data.combineId=this.customerId;
// }
this.dataEXCEL=JSON.parse(JSON.stringify(data));
memberList(data).then(res=>{
......
......@@ -24,7 +24,7 @@
</div>
</div>
</div>
<div id="groupBox" v-if="customerId">
<div id="groupBox" v-if="id">
<Members v-if="currentPath.pathName=='members'" @handle-scroll="scrollToTop" :customerId="id" :isSkeleton="isSkeleton" :combineName="name"/>
<Qualifications v-if="currentPath.pathName=='qualifications'" @handle-scroll="scrollToTop" :customer-id="id" :isSkeleton="isSkeleton" :combineName="name"/>
<Landtransaction v-if="currentPath.pathName=='landtransaction'" @handle-scroll="scrollToTop" :customer-id="id" :isSkeleton="isSkeleton" :combineName="name"/>
......
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