#
luxiaotao1123
2024-09-18 ff23dad9cd3b86e926c66f33c3e4c86fa5e481e1
zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
@@ -95,7 +95,7 @@
        ]}
    />,
    <ReferenceInput source="userId" reference="user">
        <AutocompleteInput label="table.field.operationRecord.userId" optionText="nickname" />
        <AutocompleteInput label="table.field.operationRecord.userId" optionText="nickname" filterToQuery={(val) => ({ nickname: val })} />
    </ReferenceInput>,
    <TextInput label="common.field.memo" source="memo" />,