mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
This reverts commit 75ff573357f5567b5d238474bd43586bee007a55.
This commit is contained in:
parent
0cde65195e
commit
a67302a468
@ -10,7 +10,7 @@
|
||||
import { Field } from '@formily/core';
|
||||
import { useField, useFieldSchema } from '@formily/react';
|
||||
import { merge } from '@formily/shared';
|
||||
import _, { cloneDeep } from 'lodash';
|
||||
import _ from 'lodash';
|
||||
import React, { useCallback, useEffect, useMemo } from 'react';
|
||||
import { useFormBlockContext } from '../../../block-provider/FormBlockProvider';
|
||||
import {
|
||||
@ -126,7 +126,7 @@ export const AssignedFieldInner = (props: AssignedFieldProps) => {
|
||||
currentForm.children = formatVariableScop(currentFormFields);
|
||||
}
|
||||
|
||||
return cloneDeep(scope);
|
||||
return scope;
|
||||
},
|
||||
[currentFormFields, name],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user