Commit 0134508f authored by danfuman's avatar danfuman

修改

parent fb69124b
...@@ -250,6 +250,9 @@ ...@@ -250,6 +250,9 @@
this.paramsData=params || {}; this.paramsData=params || {};
this.tableLoading=true; this.tableLoading=true;
let data = this.getAreaList(params || this.queryParams) let data = this.getAreaList(params || this.queryParams)
if(!data.combineId){
data.combineId=this.customerId;
}
memberList(data).then(res=>{ memberList(data).then(res=>{
this.isSkeleton = false this.isSkeleton = false
this.tableLoading = false this.tableLoading = false
......
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