commit
Showing
2 changed files
with
5 additions
and
5 deletions
| ... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
| 55 | } | 55 | } |
| 56 | this.$http.get('/bigdata/bizDataResponse?'+this.$qs.stringify({ | 56 | this.$http.get('/bigdata/bizDataResponse?'+this.$qs.stringify({ |
| 57 | method: this.name, | 57 | method: this.name, |
| 58 | bizdata: this.bizdata, | 58 | biz_data: this.bizdata, |
| 59 | beginDate: this.beginDate, | 59 | beginDate: this.beginDate, |
| 60 | endDate: this.endDate | 60 | endDate: this.endDate |
| 61 | }),config).then((res)=>{ | 61 | }),config).then((res)=>{ | ... | ... |
| ... | @@ -208,10 +208,10 @@ | ... | @@ -208,10 +208,10 @@ |
| 208 | }, | 208 | }, |
| 209 | bizDataResponseSubmit() { | 209 | bizDataResponseSubmit() { |
| 210 | const {href} = this.$router.resolve({ name:'bizDataResponse', query: | 210 | const {href} = this.$router.resolve({ name:'bizDataResponse', query: |
| 211 | { name: this.bizDataCount.name, | 211 | { name: this.bizDataResponse.name, |
| 212 | bizdata: this.bizDataCount.bizdata, | 212 | bizdata: this.bizDataResponse.bizdata, |
| 213 | beginDate: this.bizDataCount.showdate[0], | 213 | beginDate: this.bizDataResponse.showdate[0], |
| 214 | endDate: this.bizDataCount.showdate[1]}}) | 214 | endDate: this.bizDataResponse.showdate[1]}}) |
| 215 | window.open(href, '_blank') | 215 | window.open(href, '_blank') |
| 216 | } | 216 | } |
| 217 | } | 217 | } | ... | ... |
-
Please register or sign in to post a comment