@ -82,6 +82,7 @@ const WorkFlowApprovalModal = (props) => {
nextUrl += `&otherSyatem=true`
}
setIfreamUrl(nextUrl);
console.log('nexturlxxxx',nextUrl)
}, [user, checkProcessInstanceId, type, webEmis])
return (
@ -163,6 +163,7 @@ const Rest = (props) => {
title: '操作',
dataIndex: 'hadle',
render: (text, record, index) => {
console.log('recordxxxxx',record)
let tooltipTitle = '';
if (record.processDeleted) {
tooltipTitle = '该表单流程已删除,不支持重新发起';