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