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