准入部门 接口联调
This commit is contained in:
@ -197,7 +197,7 @@ form.setFieldsValue({ accessWorkName: autoTitle });
|
||||
name="deptId"
|
||||
rules={[{ required: true, message: '请选择准入部门' }]}
|
||||
>
|
||||
<AccessDepartmentSelect />
|
||||
<AccessDepartmentSelect style={{width: '100%'}} orgCategory='' />
|
||||
</Form.Item>
|
||||
|
||||
|
||||
|
@ -216,7 +216,7 @@ const SupplierEntryReview: React.FC = () => {
|
||||
<AdmissionTypeSelect/>
|
||||
</Form.Item>
|
||||
<Form.Item name="deptId" label="准入部门">
|
||||
<AccessDepartmentSelect />
|
||||
<AccessDepartmentSelect orgCategory='' />
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item name="approveStatus" label="审批状态">
|
||||
|
@ -273,7 +273,7 @@ const CreateModal: React.FC<{ visible: boolean; onCancel: () => void; }> = ({ vi
|
||||
name="deptId"
|
||||
rules={[{ required: true, message: '请选择准入部门' }]}
|
||||
>
|
||||
<AccessDepartmentSelect style={{width: '100%'}} />
|
||||
<AccessDepartmentSelect style={{width: '100%'}} orgCategory='' />
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item
|
||||
|
Reference in New Issue
Block a user