commit
Showing
2 changed files
with
3 additions
and
4 deletions
| ... | @@ -52,7 +52,6 @@ | ... | @@ -52,7 +52,6 @@ |
| 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); | ||
| 56 | this.$http.get('/bigdata/bizDataCount?'+this.$qs.stringify({ | 55 | this.$http.get('/bigdata/bizDataCount?'+this.$qs.stringify({ |
| 57 | method: this.name, | 56 | method: this.name, |
| 58 | beginDate: this.beginDate, | 57 | beginDate: this.beginDate, | ... | ... |
| ... | @@ -165,9 +165,9 @@ | ... | @@ -165,9 +165,9 @@ |
| 165 | }, | 165 | }, |
| 166 | bizDataCountSubmit() { | 166 | bizDataCountSubmit() { |
| 167 | const {href} = this.$router.resolve({ name:'bizDataCount', query: | 167 | const {href} = this.$router.resolve({ name:'bizDataCount', query: |
| 168 | { name: this.methodCount.name, | 168 | { name: this.bizDataCount.name, |
| 169 | beginDate: this.methodCount.showdate[0], | 169 | beginDate: this.bizDataCount.showdate[0], |
| 170 | endDate: this.methodCount.showdate[1]}}) | 170 | endDate: this.bizDataCount.showdate[1]}}) |
| 171 | window.open(href, '_blank') | 171 | window.open(href, '_blank') |
| 172 | } | 172 | } |
| 173 | } | 173 | } | ... | ... |
-
Please register or sign in to post a comment