mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:18:03 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
2e356b7e8d
@ -1266,18 +1266,18 @@ export const useAssociationFilterBlockProps = () => {
|
||||
},
|
||||
},
|
||||
{
|
||||
// 由于选项字段不需要触发当前请求,所以当前请求更改为手动触发
|
||||
// 由于 选项字段不需要触发当前请求,所以当前请求更改为手动触发
|
||||
manual: true,
|
||||
debounceWait: 300,
|
||||
},
|
||||
));
|
||||
|
||||
useEffect(() => {
|
||||
// 由于选项字段不需要触发当前请求,所以请求单独在关系字段的时候触发
|
||||
// 由于 选项字段不需要触发当前请求,所以请求单独在 关系字段的时候触发
|
||||
if (!isOptionalField(collectionField)) {
|
||||
run();
|
||||
}
|
||||
}, [collectionField, labelKey, run, valueKey, field.componentProps?.params]);
|
||||
}, [collectionField, labelKey, run, valueKey]);
|
||||
|
||||
if (!collectionField) {
|
||||
return {};
|
||||
|
Loading…
Reference in New Issue
Block a user