提交 53050361 authored 作者: wtj's avatar wtj

表单跳转

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