mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
459475d0ee
@ -89,7 +89,7 @@ export const useCustomizeRequestActionProps = () => {
|
|||||||
variables,
|
variables,
|
||||||
localVariables: [
|
localVariables: [
|
||||||
...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);
|
successMessage = interpolateVariables(exp, expScope);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user