fix: updatedBy foreignKey (#56)

This commit is contained in:
Junyi 2021-01-17 10:45:37 +08:00 committed by GitHub
parent 3a3f6fa6ca
commit ae257567bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',