部门与退出
This commit is contained in:
@ -6,6 +6,7 @@ import type { ColumnsType } from 'antd/es/table';
|
||||
import { getApprovePage } from './services';
|
||||
import { getDictList } from '@/servers/api/dicts'
|
||||
//组件
|
||||
import AccessDepartmentSelect from '@/components/AccessDepartmentSelect';
|
||||
import ViewModal from './components/ViewModal';
|
||||
//统一列表分页
|
||||
import tableProps from '@/utils/tableProps'
|
||||
@ -218,7 +219,7 @@ const SupplierEntryReview: React.FC = () => {
|
||||
</Select>
|
||||
</Form.Item>
|
||||
<Form.Item name="deptId" label="准入部门">
|
||||
<Select options={deptOptions} allowClear style={{ width: 120 }} placeholder="请选择准入部门" />
|
||||
<AccessDepartmentSelect />
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item name="approveStatus" label="审批状态">
|
||||
|
Reference in New Issue
Block a user