mirror of
https://github.com/jeecgboot/ant-design-vue-jeecg.git
synced 2025-10-17 08:38:02 +00:00
【issues/3854】附表控件类型为popup必填时未选择值提交表单会报错
This commit is contained in:
@@ -51,6 +51,10 @@
|
|||||||
enhanced: {
|
enhanced: {
|
||||||
aopEvents: {
|
aopEvents: {
|
||||||
editActived(event) {
|
editActived(event) {
|
||||||
|
// 【issues/3854】附表控件类型为popup必填时未选择值提交表单会报错
|
||||||
|
if (event.$event && event.$event.type === 'valid-error') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
dispatchEvent.call(this, event, 'ant-input')
|
dispatchEvent.call(this, event, 'ant-input')
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user