业务申请
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -115,8 +115,8 @@ export default { | ... | @@ -115,8 +115,8 @@ export default { |
115 | bdcdysz: this.bdcdysz | 115 | bdcdysz: this.bdcdysz |
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 | }, | ... | ... |
-
Please register or sign in to post a comment