fix: updatedBy foreignKey (#56)
This commit is contained in:
parent
3a3f6fa6ca
commit
ae257567bf
@ -410,7 +410,7 @@ export const updatedBy = {
|
|||||||
// filterable: true,
|
// filterable: true,
|
||||||
target: 'users',
|
target: 'users',
|
||||||
labelField: 'nickname',
|
labelField: 'nickname',
|
||||||
foreignKey: 'created_by_id',
|
foreignKey: 'updated_by_id',
|
||||||
appends: true,
|
appends: true,
|
||||||
component: {
|
component: {
|
||||||
type: 'drawerSelect',
|
type: 'drawerSelect',
|
||||||
|
Loading…
Reference in New Issue
Block a user