|
|
@ -1115,6 +1115,15 @@ const onChangeSec = (field, cur, item,formRefSec) => { |
|
|
|
}).componentProps.options = res |
|
|
|
}) |
|
|
|
} |
|
|
|
MoldMaintenanceMainSec.allSchemas.formSchema.find(item => { |
|
|
|
return item.field == 'maintenance' |
|
|
|
}).componentProps.disabled = false |
|
|
|
MoldMaintenanceMainSec.allSchemas.formSchema.find(item => { |
|
|
|
return item.field == 'maintenance' |
|
|
|
}).componentProps.optionsAlias = { |
|
|
|
labelField: 'nickname', |
|
|
|
valueField: 'id' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|