From 4c89cdbe2dfd4e32a5223b35980bad103e092371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 22 Sep 2025 16:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=8D=95=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/form-input/components/form-input/form-input.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/form-input/components/form-input/form-input.vue b/pages/form-input/components/form-input/form-input.vue index 06e08436..840f0ea3 100644 --- a/pages/form-input/components/form-input/form-input.vue +++ b/pages/form-input/components/form-input/form-input.vue @@ -34,7 +34,10 @@ - + + @@ -144,9 +147,7 @@ export default { * 点击提交按钮触发方法 */ on_submit_event() { - if (!this.propIsMask) { - this.$refs.componentForm.on_submit_event(); - } + this.$refs.componentForm.on_submit_event(); }, /* * 表单校验完成之后返回的数据内容