Commit 9c1b121e 9c1b121ebee7b108d113c69283acde69b4688bdf by 张浩

commit

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