准入单位
This commit is contained in:
@ -7,6 +7,7 @@ import { SearchOutlined, DeleteOutlined } from '@ant-design/icons';
|
||||
import { getCategoryPage } from './services';
|
||||
//组件
|
||||
import CategorySelector from '@/components/CategorySelector';
|
||||
import AccessDepartmentSelect from "@/components/AccessDepartmentSelect"
|
||||
//统一列表分页
|
||||
import tableProps from '@/utils/tableProps'
|
||||
|
||||
@ -117,7 +118,7 @@ const CooperateEnterprise: React.FC = () => {
|
||||
className="filter-form"
|
||||
>
|
||||
<Form.Item name="deptId" label="准入单位">
|
||||
{/* <CategorySelector multiple={false} style={{ width: 200 }} /> */}
|
||||
<AccessDepartmentSelect placeholder={'请选择准入单位'} />
|
||||
</Form.Item>
|
||||
<Form.Item name="categoryId" label="准入品类">
|
||||
<CategorySelector multiple={false} style={{ width: 200 }} />
|
||||
|
Reference in New Issue
Block a user