mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
9c04caee14
@ -55,7 +55,7 @@ export const useCustomizeRequestActionProps = () => {
|
|||||||
// id: record[getPrimaryKey()],
|
// id: record[getPrimaryKey()],
|
||||||
// appends: result.params[0]?.appends,
|
// appends: result.params[0]?.appends,
|
||||||
dataSourceKey,
|
dataSourceKey,
|
||||||
data: recordData,
|
data: recordData || form.values,
|
||||||
},
|
},
|
||||||
$nForm: blockType === 'form' ? form.values : undefined,
|
$nForm: blockType === 'form' ? form.values : undefined,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user