33a30d15 by 任超
2 parents 5035e007 d4449a61
......@@ -145,6 +145,10 @@ export default {
openDialog() {
console.log(999999999999999);
},
ywhClick(bsmSlsq){
const { href } = this.$router.resolve('/fqsq?bsmSlsq=' + bsmSlsq)
window.open(href, '_blank');
},
},
};
</script>
......
......@@ -32,6 +32,13 @@ class data extends filter {
label: "业务号",
},
{
label: '业务号',
align: 'center',
render: (h, scope) => {
return <el-button type="text" onClick={() => { vm.ywhClick(scope.row.bsmSlsq) }}>{scope.row.ywh}</el-button>
}
},
{
prop: "sqywmc",
label: "申请业务名称",
},
......
......@@ -116,7 +116,7 @@ export default {
bdcdyh: this.bdcdyh
}).then(res => {
this.$emit('input', false)
const { href } = this.$router.resolve('/fqsq?bsmSqyw=' + this.bsmSqyw)
const { href } = this.$router.resolve('/fqsq?bsmSqyw=' + this.bsmSqyw+'&bsmSlsq='+res.message)
window.open(href, '_blank');
})
},
......