Commit 9c1b121e 9c1b121ebee7b108d113c69283acde69b4688bdf by 张浩

commit

1 parent 8cbc9f98
...@@ -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')
......