|
|
@@ -366,8 +366,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
var parames = { |
|
|
|
current: this.nextPage, |
|
|
|
size: 10, |
|
|
|
pageNum: this.nextPage, |
|
|
|
pageSize: 10, |
|
|
|
query: { |
|
|
|
projectId:this.buildingID, |
|
|
|
keywordsId:this.screen.cunsumerTipsid, |
|
|
@@ -394,7 +394,7 @@ |
|
|
|
parames.query.levels=null |
|
|
|
} |
|
|
|
this.$u.post("/customer/customerManagement", parames).then(data => { |
|
|
|
var list = data.records || []; |
|
|
|
var list = data.results || []; |
|
|
|
console.log(list) |
|
|
|
list.forEach(item=>{ |
|
|
|
if(item.demand.cusSemanticWordsList!=null){ |
|
|
|