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

iframe 组件修改

上级 9fb638fb
......@@ -4,12 +4,13 @@ import Apply from "@/webPublic/FormInsertDiy/AffairPage/ApplyPage"; // 申请
import BatchAudit from "@/webPublic/FormInsertDiy/AffairPage/AuditPage/BatchAudit"; // 批量审批
import Audit from "@/webPublic/FormInsertDiy/AffairPage/AuditPage/index.js"; // 审批
import Detail from "@/webPublic/FormInsertDiy/AffairPage/Detail"; //详情
import { Modal, message, notification } from 'antd';
import { Modal, message, notification, Popconfirm } from 'antd';
window.iframeParentComponent = {
Modal,
message,
notification,
Popconfirm
};
export default function ActiveMenuComponent({
......
......@@ -6,6 +6,14 @@ import Audit from "@/webPublic/FormInsertDiy/AffairPage/AuditPage/index.js"; //
import Detail from "@/webPublic/FormInsertDiy/AffairPage/Detail"; //详情
import { getToken } from "@/utils/authority";
import config from "@/config/config";
import { message, Modal, notification, Popconfirm } from "antd";
window.iframeParentComponent = {
Modal,
message,
notification,
Popconfirm,
};
export default function ActiveMenuComponent2({
routerConfig,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论