JEditableTable组件popup字段设置必填校验有问题

pull/7482/head^2
zhangdaiscott 2021-03-31 11:59:47 +08:00
parent c6645ed800
commit 4e05eaa4c5
1 changed files with 1 additions and 1 deletions

View File

@ -2704,7 +2704,7 @@
}
this.setOneValue(this.popupValues, id, popupValue)
// 做单个表单验证
this.validateOneInput(value, row, column, this.notPassedIds, true, 'change')
this.validateOneInput(popupValue, row, column, this.notPassedIds, true, 'change')
// 触发valueChange 事件
this.elemValueChange('input', row, column, value)
},