This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交修改
yun
douzhuo
2 years ago
parent
dabf68b07e
commit
dbae715a0c
2 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
pages/center/Piabodata/Userinsightinto.vue
+1
-0
pages/mine/calibration.vue
+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue
View File
@@ -195,10 +195,10 @@
}
this.$u.post("/matchKeywords/findmatchdata", parames).then(data => {
this.LOADING = false
this.numlist.push({
name:"有效接待",
num:data.total
})
//
this.numlist.push({
//
name:"有效接待",
//
num:data.total
//
})
this.efficient = data.total
this.markCount = data.markCount
this.noMarkCount = data.noMarkCount
+ 1
- 0
pages/mine/calibration.vue
View File
@@ -79,6 +79,7 @@
let param = {
keywordIds:'',
id: this.customerId,
projectId: uni.getStorageSync('buildingID').id,
}
let str = []
this.allList.map(item => {
Write
Preview
Loading…
Cancel
Save