搜索中单位deptId换成orgId
This commit is contained in:
@ -20,6 +20,7 @@ import tableProps from '@/utils/tableProps'
|
||||
interface Data {
|
||||
id: string;
|
||||
deptId: string;
|
||||
orgId: string;
|
||||
accessTypeText: string;
|
||||
createTime: string;
|
||||
approveStatus: string;
|
||||
@ -140,7 +141,7 @@ const AccessManagement: React.FC = () => {
|
||||
<Form.Item name="accessType" label="准入方式">
|
||||
<AdmissionTypeSelect />
|
||||
</Form.Item>
|
||||
<Form.Item name="deptId" label="准入单位">
|
||||
<Form.Item name="orgId" label="准入单位">
|
||||
<AccessDepartmentSelect placeholder={'请选择准入单位'} />
|
||||
</Form.Item>
|
||||
<Form.Item name="categoryId" label="准入品类">
|
||||
|
Reference in New Issue
Block a user