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

This commit is contained in:
zer0Black
2022-02-28 13:08:23 +08:00
parent 5cf20e8cb1
commit bfea29550d
@@ -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)
},