Sfoglia il codice sorgente

提交修改

message
douzhuo 2 anni fa
parent
commit
fa2a25d2e0
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. +4
    -4
      pages/center/Piabodata/Userinsightinto.vue

+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue Vedi File

@@ -180,10 +180,10 @@
houseId:this.buildingID
}
this.$u.post("/matchKeywords/findmatchdata", parames).then(data => {
this.numlist.push({
name:"有效接待",
num:data.total
})
// this.numlist.push({
// name:"有效接待",
// num:data.total
// })
data.list.forEach((item,index)=>{
this.numlist.push({
name:item.name,


Caricamento…
Annulla
Salva