This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Acher
/
newEdition
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交修改
message
douzhuo
2 years ago
parent
af71dacc6c
commit
fa2a25d2e0
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
pages/center/Piabodata/Userinsightinto.vue
+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue
View 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,
Write
Preview
Loading…
Cancel
Save