From 25cb65a544ad164311846139b564806de5d8cf64 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 4 Nov 2024 15:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7=E6=97=B6?= =?UTF-8?q?=E8=BD=A6=E7=89=8C=E5=8F=B7=E3=80=81=E8=BD=A6=E6=9E=B6=E5=8F=B7?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/components/publicPage/quickAddCustomer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue index e3e89b0341..cee218caa3 100644 --- a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue +++ b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue @@ -309,7 +309,7 @@ export default { if (value === '') { callback(new Error('车架号不能为空')) } else { - if (value.length === 8) { + if (value.length !== 8) { callback(new Error('车架号长度为8位')) } else { callback()