提交 6e28e2ce authored 作者: wtj's avatar wtj

哈希路由跳转带#

上级 920b7a83
......@@ -299,7 +299,9 @@ class FormList extends React.Component {
code: record.process_biz_key,
},
callback: data => {
window.open("/portal/serviceCentre/getdetail?id="+data.id, '_blank');
const domainName = sessionStorage.getItem('domainName') ? sessionStorage.getItem('domainName') : '';
window.open(domainName+"/portal/serviceCentre/getdetail?id="+data.id, '_blank');
//router.push({ pathname: '/portal/serviceCentre/getdetail', state: { id: data.id } });
},
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论