mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +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) {
|
||||
value = row[fieldItem.columnName]
|
||||
}
|
||||
if (fieldIsDisplayed(fieldItem) && isMandatory && isEmptyValue(value)) {
|
||||
if (fieldIsDisplayed(fieldItem) && isMandatory && !isEmptyValue(value)) {
|
||||
return true
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user