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