mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-01 03:38:32 +08:00
fix: updatedBy foreignKey (#56)
This commit is contained in:
parent
3a3f6fa6ca
commit
ae257567bf
@ -410,7 +410,7 @@ export const updatedBy = {
|
||||
// filterable: true,
|
||||
target: 'users',
|
||||
labelField: 'nickname',
|
||||
foreignKey: 'created_by_id',
|
||||
foreignKey: 'updated_by_id',
|
||||
appends: true,
|
||||
component: {
|
||||
type: 'drawerSelect',
|
||||
|
Loading…
Reference in New Issue
Block a user