业务申请
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | }, | ... | ... |
-
Please register or sign in to post a comment