|
@@ -195,10 +195,10 @@ |
|
|
} |
|
|
} |
|
|
this.$u.post("/matchKeywords/findmatchdata", parames).then(data => { |
|
|
this.$u.post("/matchKeywords/findmatchdata", parames).then(data => { |
|
|
this.LOADING = false |
|
|
this.LOADING = false |
|
|
this.numlist.push({ |
|
|
|
|
|
name:"有效接待", |
|
|
|
|
|
num:data.total |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
// this.numlist.push({ |
|
|
|
|
|
// name:"有效接待", |
|
|
|
|
|
// num:data.total |
|
|
|
|
|
// }) |
|
|
this.efficient = data.total |
|
|
this.efficient = data.total |
|
|
this.markCount = data.markCount |
|
|
this.markCount = data.markCount |
|
|
this.noMarkCount = data.noMarkCount |
|
|
this.noMarkCount = data.noMarkCount |
|
|