Commit acb56364 acb5636490fdcbd440fbf7faa086c9f0bb628437 by 张浩

commit

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