mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-03-17 03:03:59 +00:00
JEditableTable组件popup字段设置必填校验有问题
This commit is contained in:
parent
c6645ed800
commit
4e05eaa4c5
@ -2704,7 +2704,7 @@
|
|||||||
}
|
}
|
||||||
this.setOneValue(this.popupValues, id, popupValue)
|
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 事件
|
// 触发valueChange 事件
|
||||||
this.elemValueChange('input', row, column, value)
|
this.elemValueChange('input', row, column, value)
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user