Compare commits

..

No commits in common. "86c3f9375953067936c342e0855cd242ecb850e3" and "f4552d8f92c1cb3c3e902e01e209fd7be7a82bc3" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => {
rules={[{ required: true }]}
>
<NormalSelect
disabled={mode != 'save'}
disabled={mode === 'view'}
style={{ width: '100%' }}
allowClear options={optionsType}
onChange={(e) => setTypes(e)}