Commit 8cc9437f 8cc9437f1346ff5b4e922d7bc5acde39ebd7b225 by 张浩

commit

1 parent 6a32fdd9
......@@ -52,7 +52,6 @@
'Content-Type': 'application/x-www-form-urlencoded'
}
}
console.log(this.name);
this.$http.get('/bigdata/bizDataCount?'+this.$qs.stringify({
method: this.name,
beginDate: this.beginDate,
......
......@@ -165,9 +165,9 @@
},
bizDataCountSubmit() {
const {href} = this.$router.resolve({ name:'bizDataCount', query:
{ name: this.methodCount.name,
beginDate: this.methodCount.showdate[0],
endDate: this.methodCount.showdate[1]}})
{ name: this.bizDataCount.name,
beginDate: this.bizDataCount.showdate[0],
endDate: this.bizDataCount.showdate[1]}})
window.open(href, '_blank')
}
}
......