|
|
@ -332,11 +332,11 @@ const typeSelectChange = (field, val,formRef) => { |
|
|
|
if (field == 'type') { |
|
|
|
console.log(formRef) |
|
|
|
if (val == 'NO_NUMBER') { |
|
|
|
TemplateItemDetails.allSchemas.formSchema[4].componentProps.disabled = true |
|
|
|
TemplateItemDetails.allSchemas.formSchema[5].componentProps.disabled = true |
|
|
|
TemplateItemDetails.allSchemas.formSchema[6].componentProps.disabled = true |
|
|
|
} else { |
|
|
|
TemplateItemDetails.allSchemas.formSchema[4].componentProps.disabled= false |
|
|
|
TemplateItemDetails.allSchemas.formSchema[5].componentProps.disabled= false |
|
|
|
TemplateItemDetails.allSchemas.formSchema[6].componentProps.disabled= false |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|