c7716f61 by liangyifan

业务申请

1 parent c9cf77e6
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
116 }).then(res => { 116 }).then(res => {
117 this.saveloding = false 117 this.saveloding = false
118 this.$emit("closeDialog") 118 this.$emit("closeDialog")
119 const { href } = this.$router.resolve('/fqsq?bsmSqyw=' + this.bsmSqyw + '&bsmSlsq=' + res.message) 119 const { href } = this.$router.resolve('/fqsq?bsmSlsq=' + res.result.bsmSlsq + '&bestepid=' + res.result.bestepid)
120 window.open(href, '_blank'); 120 window.open(href, '_blank');
121 }) 121 })
122 }, 122 },
......