lancer 3 år sedan
förälder
incheckning
6db0299464
2 ändrade filer med 12 tillägg och 24 borttagningar
  1. +10
    -22
      pages/center/consumer/edit.vue
  2. +2
    -2
      utils/http.js

+ 10
- 22
pages/center/consumer/edit.vue Visa fil

@@ -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
})
}
})
},


+ 2
- 2
utils/http.js Visa fil

@@ -1,7 +1,7 @@

// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙
const baseUrl = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式


Laddar…
Avbryt
Spara