去掉无用组件以及修改准入评审列表接口,增加token 验证白名单
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import React, { useRef, useEffect, useState } from 'react';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { Table, Form, Input, Button, Row, Col, DatePicker, Tabs, Space, message } from 'antd';
|
||||
import { SearchOutlined, DeleteOutlined, PlusOutlined } from '@ant-design/icons';
|
||||
import { SearchOutlined, DeleteOutlined } from '@ant-design/icons';
|
||||
import type { ColumnsType } from 'antd/es/table';
|
||||
//组件
|
||||
import SupplierViewModal from './components/SupplierViewModal';
|
||||
|
Reference in New Issue
Block a user