Commit 66e2c90e 66e2c90efe2838524c44b28f4f95cd94b96ca9aa by 张浩

commit

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