commit
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -126,6 +126,7 @@ | ... | @@ -126,6 +126,7 @@ |
| 126 | }); | 126 | }); |
| 127 | }, | 127 | }, |
| 128 | methodCountSubmit() { | 128 | methodCountSubmit() { |
| 129 | console.log(this.methodCount.showdate); | ||
| 129 | const {href} = this.$router.resolve({ name:'methodCount', query: | 130 | const {href} = this.$router.resolve({ name:'methodCount', query: |
| 130 | {showdate: this.methodCount.showdate}}) | 131 | {showdate: this.methodCount.showdate}}) |
| 131 | window.open(href, '_blank') | 132 | window.open(href, '_blank') | ... | ... |
-
Please register or sign in to post a comment