rsf-admin/src/page/basicInfo/matnrGroup/MatnrGroupEdit.jsx
@@ -79,8 +79,7 @@ <TextInput label="table.field.matnrGroup.parCode" source="parCode" value={editRecord?.parCode} parse={v => v} value={'11'} readOnly /> </Grid> @@ -132,7 +131,6 @@ const onSubmit = (data) => { const _params = { ...data }; if (editRecord) { debugger if (_params.parentId === editRecord.id) { notify('common.response.dataError', { type: 'error' }); return;