Commit 6a32fdd9 6a32fdd91c7a84174515a821ed16ce927bb3ef4c by 张浩

commit

1 parent 47e5ffd4
...@@ -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,
......