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

25124 门户,专场招聘会查看,20220316 这两个字段看下没 显示错误

上级 398f0fb8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* *
* */ * */
import { message } from 'antd'; import { message, Modal, notification, Popconfirm } from 'antd';
import React, { Fragment } from 'react'; import React, { Fragment } from 'react';
import * as service from '../publicApiService'; import * as service from '../publicApiService';
import * as destructionFunc from '../destruction'; import * as destructionFunc from '../destruction';
...@@ -20,7 +20,12 @@ import ButtonDiy from '@/baseComponent/ButtonDiy'; ...@@ -20,7 +20,12 @@ import ButtonDiy from '@/baseComponent/ButtonDiy';
import Shell from '@/baseComponent/Shell'; import Shell from '@/baseComponent/Shell';
import config from '@/config/config'; import config from '@/config/config';
import { deepCopy } from '@/webPublic/zyd_public/utils/utils'; import { deepCopy } from '@/webPublic/zyd_public/utils/utils';
window.iframeParentComponent = {
Modal,
message,
notification,
Popconfirm
};
export default function index(props) { export default function index(props) {
const { state = {} } = props.location; const { state = {} } = props.location;
if (state.justApply) { if (state.justApply) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论