修复bug

This commit is contained in:
unknown
2023-02-07 15:55:13 +08:00
parent c6b80e2d76
commit efa9566c50

View File

@ -8,7 +8,7 @@ import talkPng from '@/images/talk/talk.png';
import { routerRedux } from 'dva/router'; import { routerRedux } from 'dva/router';
import { RightOutlined } from '@ant-design/icons'; import { RightOutlined } from '@ant-design/icons';
import moment from 'moment'; import moment from 'moment';
import { followUpAProjectManager, getRA } from '@/utils/session'; import { followUpAProjectManager, getRA, getSessionUserData } from '@/utils/session';
import { getDefId } from './service'; import { getDefId } from './service';
import { getURLInformation } from '@/utils/CommonUtils'; import { getURLInformation } from '@/utils/CommonUtils';
import MessageDetail from '@/pages/SystemMessage/message/components/messageDetail' import MessageDetail from '@/pages/SystemMessage/message/components/messageDetail'