umi-tablayout
This commit is contained in:
@ -2,7 +2,7 @@ import { Button, Form, Input, Modal } from "antd"
|
||||
import React, { useEffect, useState } from "react"
|
||||
import { describeSiteMsgDetail, getProjectById, selectMsgRead } from '../service'
|
||||
import '@/assets/ld_style.less'
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
import { followUpAProjectManager, getDefId } from '@/utils/session';
|
||||
|
||||
const { TextArea } = Input;
|
||||
|
@ -2,7 +2,7 @@ import { followUpAProjectManager, followUpAProjectSupplier, getDefId, getSession
|
||||
import { Button, Form, Input, Modal } from "antd"
|
||||
import React, { useEffect, useState } from "react"
|
||||
import { describeSiteMsgDetail, selectMsgRead, getProjectById } from '../service'
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
|
||||
const { TextArea } = Input;
|
||||
|
||||
|
@ -3,7 +3,7 @@ import { Color } from "chalk";
|
||||
import React, { useEffect, useState } from "react"
|
||||
import { describeSiteMsgDetail, getProjectById, selectMsgRead } from '../service'
|
||||
import '@/assets/ld_style.less'
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
import { followUpAProjectSupplier } from '@/utils/session';
|
||||
|
||||
const { TextArea } = Input;
|
||||
|
Reference in New Issue
Block a user