style:发起申请
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -114,7 +114,7 @@ export default { | ... | @@ -114,7 +114,7 @@ export default { |
114 | bdcdyh: this.bdcdyh | 114 | bdcdyh: this.bdcdyh |
115 | }).then(res => { | 115 | }).then(res => { |
116 | this.$emit('input', false) | 116 | this.$emit('input', false) |
117 | const { href } = this.$router.resolve('/fqsq') | 117 | const { href } = this.$router.resolve('/fqsq?bsmSqyw=' + this.bsmSqyw) |
118 | window.open(href, '_blank'); | 118 | window.open(href, '_blank'); |
119 | }) | 119 | }) |
120 | }, | 120 | }, | ... | ... |
-
Please register or sign in to post a comment