Commit f76973c2 authored by Star970321's avatar Star970321

修改

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