From 084c64442a9d7f2743a46c63ca1dfc5e0a0b26b1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 18 九月 2024 13:05:15 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx b/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
index 56b0283..fd9fb80 100644
--- a/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
+++ b/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" />,
--
Gitblit v1.9.1