Commit 6dd31c3d 6dd31c3da0ff995ab4f698396a244bb25e80c86e by 张浩

commit

1 parent f81a1067
...@@ -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 }
......