f968dc8e by 任超

style:发起申请

1 parent 7b4aac0b
...@@ -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 },
......