Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-04-28 13:02:16 +00:00
commit 459475d0ee

View File

@ -89,7 +89,7 @@ export const useCustomizeRequestActionProps = () => {
variables,
localVariables: [
...localVariables,
{ name: '$nResponse', ctx: new Proxy({ ...res?.data, ...res?.data?.data }, {}) },
{ name: '$nResponse', ctx: new Proxy({ ...res?.data?.data, ...res?.data }, {}) },
],
});
successMessage = interpolateVariables(exp, expScope);