准入单位

This commit is contained in:
孙景学
2025-07-18 14:49:25 +08:00
parent 9fd38a98ee
commit a573b49636
4 changed files with 9 additions and 8 deletions

View File

@ -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 }} />