mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 23:20:12 +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) &&
|
if (!this.findLabel(value) &&
|
||||||
this.metadata.displayed &&
|
this.metadata.displayed &&
|
||||||
this.metadata.optionCRUD !== 'create-new' &&
|
|
||||||
this.isEmptyValue(this.metadata.displayColumn)) {
|
this.isEmptyValue(this.metadata.displayColumn)) {
|
||||||
value = undefined
|
value = undefined
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user