瀏覽代碼

提交修改

message
douzhuo 2 年之前
父節點
當前提交
fa2a25d2e0
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      pages/center/Piabodata/Userinsightinto.vue

+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue 查看文件

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


Loading…
取消
儲存