From 0dbe3f6f38821713b2e11cf9f783f04e8921c9ef Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 3 Nov 2022 09:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/3854=E3=80=91=E9=99=84=E8=A1=A8?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E7=B1=BB=E5=9E=8B=E4=B8=BApopup=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E6=97=B6=E6=9C=AA=E9=80=89=E6=8B=A9=E5=80=BC=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E8=A1=A8=E5=8D=95=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JVxeCells/JVxePopupCell.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/JVxeCells/JVxePopupCell.vue b/src/components/JVxeCells/JVxePopupCell.vue index 885933d3..52c6be8d 100644 --- a/src/components/JVxeCells/JVxePopupCell.vue +++ b/src/components/JVxeCells/JVxePopupCell.vue @@ -51,6 +51,10 @@ enhanced: { aopEvents: { editActived(event) { + // 【issues/3854】附表控件类型为popup必填时未选择值提交表单会报错 + if (event.$event && event.$event.type === 'valid-error') { + return; + } dispatchEvent.call(this, event, 'ant-input') }, },