Commit acb56364 acb5636490fdcbd440fbf7faa086c9f0bb628437 by 张浩

commit

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