1
0
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:
Yamel Senih 2020-04-07 16:53:36 -04:00 committed by GitHub
parent 8385415ec0
commit 8d0fcc04f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }