yangyang
2025-03-21 632bb5a9a0f07c01ffba53e9009d69c4a50c2bd7
rsf-admin/src/page/components/TreeSelectInput.jsx
@@ -14,7 +14,7 @@
    const [proxyVal, setProxyVal] = React.useState('');
    const record = useRecordContext()
    const val = value || record[source];
    const val = value || record?.[source];
    useEffect(() => {
        const http = async (resource) => {