mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 07:04:21 +08:00
Fixed error with ready for summit method for panel (#440)
This commit is contained in:
parent
8a792e1803
commit
b653f430cd
@ -1027,7 +1027,7 @@ const panel = {
|
|||||||
if (row) {
|
if (row) {
|
||||||
value = row[fieldItem.columnName]
|
value = row[fieldItem.columnName]
|
||||||
}
|
}
|
||||||
if (fieldIsDisplayed(fieldItem) && isMandatory && isEmptyValue(value)) {
|
if (fieldIsDisplayed(fieldItem) && isMandatory && !isEmptyValue(value)) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user