From 91c716103e7aa617f8a363061cc630fbfcf1278c Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 17 Oct 2024 13:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4uni-forms=E9=87=8C=E7=9A=84?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-forms/components/uni-forms/validate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/uni_modules/uni-forms/components/uni-forms/validate.js b/uni_modules/uni-forms/components/uni-forms/validate.js index 0b8214b..1834c6c 100644 --- a/uni_modules/uni-forms/components/uni-forms/validate.js +++ b/uni_modules/uni-forms/components/uni-forms/validate.js @@ -387,7 +387,6 @@ class SchemaValidator extends RuleValidator { } async validateUpdate(data, allData) { - console.log(allData); let result = this._checkFieldInSchema(data) if (!result) { result = await this.invokeValidateUpdate(data, false, allData)