c7716f61 by liangyifan

业务申请

1 parent c9cf77e6
......@@ -115,8 +115,8 @@ export default {
bdcdysz: this.bdcdysz
}).then(res => {
this.saveloding = false
this.$emit("closeDialog")
const { href } = this.$router.resolve('/fqsq?bsmSqyw=' + this.bsmSqyw + '&bsmSlsq=' + res.message)
this.$emit("closeDialog")
const { href } = this.$router.resolve('/fqsq?bsmSlsq=' + res.result.bsmSlsq + '&bestepid=' + res.result.bestepid)
window.open(href, '_blank');
})
},
......