Commit 8cc9437f 8cc9437f1346ff5b4e922d7bc5acde39ebd7b225 by 张浩

commit

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