|
|
@@ -280,21 +280,21 @@ |
|
|
|
this.selectform.lelve=this.lelvelist[idx].label |
|
|
|
} |
|
|
|
// 获取置业需求 |
|
|
|
this.getListByType('needType','demandlist') |
|
|
|
// 获取意向面积 |
|
|
|
this.getListByType('area','arealist') |
|
|
|
// 获取客户来源 |
|
|
|
this.getListByType('customerSource','sourelist') |
|
|
|
this.getListByType() |
|
|
|
// // 获取意向面积 |
|
|
|
// this.getListByType() |
|
|
|
// // 获取客户来源 |
|
|
|
// this.getListByType() |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 字典表接口 |
|
|
|
getListByType(type,list){ |
|
|
|
this.$u.get("/sysDict/findListByType",{type}) |
|
|
|
getListByType(){ |
|
|
|
this.$u.get("/matchKeywords/findPersonalMatchData?",{customerId:this.customerId}) |
|
|
|
.then(res=>{ |
|
|
|
// console.log(res) |
|
|
|
this[list]=res |
|
|
|
console.log(res) |
|
|
|
return |
|
|
|
// 处理回显问题 |
|
|
|
if(type=='needType'){ |
|
|
|
|
|
|
|
// 置业需求 |
|
|
|
// console.log(this.demandlist) |
|
|
|
this.demandlist.map(item=>{ |
|
|
@@ -305,19 +305,7 @@ |
|
|
|
item.checked=false |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
// 意向面积 |
|
|
|
if(type=='area'){ |
|
|
|
this.arealist.map(item=>{ |
|
|
|
item.checked=false |
|
|
|
}) |
|
|
|
} |
|
|
|
// 客户来源 |
|
|
|
if(type=='customerSource'){ |
|
|
|
this.sourelist.map(item=>{ |
|
|
|
item.checked=false |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
}) |
|
|
|
}, |
|
|
|