commit
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -52,6 +52,7 @@ | ... | @@ -52,6 +52,7 @@ |
| 52 | 'Content-Type': 'application/x-www-form-urlencoded' | 52 | 'Content-Type': 'application/x-www-form-urlencoded' |
| 53 | } | 53 | } |
| 54 | } | 54 | } |
| 55 | console.log(this.name); | ||
| 55 | this.$http.get('/bigdata/bizDataCount?'+this.$qs.stringify({ | 56 | this.$http.get('/bigdata/bizDataCount?'+this.$qs.stringify({ |
| 56 | method: this.name, | 57 | method: this.name, |
| 57 | beginDate: this.beginDate, | 58 | beginDate: this.beginDate, | ... | ... |
-
Please register or sign in to post a comment