提交 52374ba5 authored 作者: 钟是志's avatar 钟是志

增加依赖

上级 704c98b9
......@@ -6,7 +6,7 @@ import router from 'umi/router';
import { getToken } from '@/utils/authority';
import config from '@/config/config';
import { message, Modal, notification, Popconfirm } from "antd";
import DetailOneStop from '@/webPublic/one_stop_public/DetailForAudit/IframeForDetail';
window.iframeParentComponent = {
Modal,
message,
......@@ -117,7 +117,8 @@ export default class Detail extends Component {
</div>
</Shell>
<Shell>
<iframe
<DetailOneStop id={id}/>
{/* <iframe
src={iframeUrl}
frameBorder={0}
id='detailIframeId'
......@@ -133,7 +134,7 @@ export default class Detail extends Component {
overflowY: 'hidden',
minHeight: '80vh',
}}
/>
/>*/}
</Shell>
<Shell>
<div
......
......@@ -24,7 +24,7 @@ import { getToken } from '@/webPublic/one_stop_public/utils/token';
import { connect } from 'dva';
import { isEmpty } from 'lodash';
import { openToast } from './components/Notification';
import PortalFlowExamineModal from '@/pages/Portal/components/FlowExamineModal';
import PortalFlowExamineModal from './components/FlowExamineModal';
import BtnOk from '@/webPublic/one_stop_public/AffairButton/AuditButton/userTable';
import ZdyTable from '@/webPublic/one_stop_public/Table';
import moment from 'moment';
......@@ -1028,13 +1028,13 @@ export default class GetDetail extends Component {
<Spin size='large' />
</div>
)}
<PortalFlowExamineModal
<PortalFlowExamineModal // 流程图
ref={node => (this.flowExamineModal = node)}
affairId={id}
id={appId}
code={code}
/>
<TrunToModel
<TrunToModel //
visible={isOpenTrunToModel}
handleCancel={this.handleTrunToModel}
status={trunToStatus}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论