commit
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment