Commit 66e2c90e 66e2c90efe2838524c44b28f4f95cd94b96ca9aa by 张浩

commit

1 parent dcb25080
......@@ -129,7 +129,7 @@
methodCountSubmit() {
console.log(this.methodCount.showdate);
const {href} = this.$router.resolve({ name:'methodCount', query:
{showdate: this.methodCount.showdate}})
{showdate: this.methodCount.showdate[0]}})
window.open(href, '_blank')
}
}
......