Merge branch 'dev_1.0.1' of http://47.92.113.182:3000/cq_anquan/safety-eval-service-frontend into dev_1.0.1
commit
b6ae8464d2
|
|
@ -272,7 +272,7 @@ function CertModal({
|
|||
const loadProfessionalCapabilities = async (industryCode) => {
|
||||
if (!industryCode) {
|
||||
setProfessionalCapabilityOptions([]);
|
||||
form.setFieldsValue({ professionalCapabilityId: undefined });
|
||||
form.setFieldsValue({ industryProfessionalStandardsId: undefined });
|
||||
return;
|
||||
}
|
||||
const res = await queryIndustryProfessionalStandards({
|
||||
|
|
@ -415,7 +415,7 @@ function CertModal({
|
|||
onChange={loadProfessionalCapabilities}
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item name="professionalCapabilityId" label="专业能力" rules={[{ required: true, message: "请选择专业能力" }]}>
|
||||
<Form.Item name="industryProfessionalStandardsId" label="专业能力" rules={[{ required: true, message: "请选择专业能力" }]}>
|
||||
<Select
|
||||
placeholder="请先选择专业范围"
|
||||
allowClear
|
||||
|
|
|
|||
Loading…
Reference in New Issue