From 27e91b1e9b0a3053179e11f97b60a4aafe863080 Mon Sep 17 00:00:00 2001 From: nieli <329261568@qq.com> Date: Fri, 6 Jan 2023 15:30:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E6=A0=BC=E7=BC=96=E8=BE=91=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=20=E6=94=B9=E6=88=90=E7=94=A8=E5=A4=96?= =?UTF-8?q?=E9=83=A8=20form=20=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EUpdateTable/ETableInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EUpdateTable/ETableInput.vue b/src/components/EUpdateTable/ETableInput.vue index ed121688..cb7741e7 100644 --- a/src/components/EUpdateTable/ETableInput.vue +++ b/src/components/EUpdateTable/ETableInput.vue @@ -45,7 +45,7 @@ export default { this.$forceUpdate() }, handleVerification(e, callback) { - this.$emit('handleVerification', e, callback); + this.$emit('handleVerification', this.form, callback); } } };