umi-tablayout
This commit is contained in:
@ -4,7 +4,7 @@ import { Button, Card, Checkbox, Col, DatePicker, Drawer, Form, Input, message,
|
||||
import '@/assets/ld_style.less'
|
||||
import { DeleteOutlined, DeleteTwoTone, EditTwoTone, ExclamationCircleOutlined } from '@ant-design/icons';
|
||||
import { getURLInformation } from '@/utils/CommonUtils';
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
import moment from 'moment';
|
||||
import { values } from 'lodash';
|
||||
|
||||
|
@ -4,7 +4,7 @@ import tableProps from '@/utils/tableProps';
|
||||
import { getList, publishQuestForm, stopQuestForm, recallQuestForm, deleteQuestForm } from './service';
|
||||
import { Button, Card, message, Modal, Popconfirm, Spin, Table, Tabs } from 'antd';
|
||||
import TabPane from '@ant-design/pro-card/lib/components/TabPane';
|
||||
import { history } from 'umi';
|
||||
import { history } from '@umijs/max';
|
||||
|
||||
const Index: React.FC<{}> = () => {
|
||||
const actionRef = useRef<ActionType>();
|
||||
|
Reference in New Issue
Block a user