mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
Fixed error with value for list (#438)
This commit is contained in:
parent
8385415ec0
commit
8d0fcc04f9
@ -142,7 +142,6 @@ export default {
|
||||
}
|
||||
if (!this.findLabel(value) &&
|
||||
this.metadata.displayed &&
|
||||
this.metadata.optionCRUD !== 'create-new' &&
|
||||
this.isEmptyValue(this.metadata.displayColumn)) {
|
||||
value = undefined
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user