From 957ee45d756a2c9e15cd509eaa04a39f03a11700 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 15 May 2024 18:09:17 +0800 Subject: [PATCH] =?UTF-8?q?task#13769,=E4=BA=BA=E5=91=98=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=AA=8C=E8=AF=81=E4=BC=98=E5=8C=96=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/driverAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index/driverAdd.vue b/src/views/index/driverAdd.vue index 92e184b0..8f37fe74 100644 --- a/src/views/index/driverAdd.vue +++ b/src/views/index/driverAdd.vue @@ -334,7 +334,7 @@ export default { let drivingLicenceName=this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, ''); let driverName=this.driverName.replace(/[^\u4e00-\u9fff]+/g, ''); if( drivingLicenceName != driverName ) { - this.$toast('身份证信息与驾驶证信息不匹配') + this.$toast('身份证信息与驾驶证信息不匹配闫杰') return } if( this.driverInfo.drivingLicenceValidityDate ) {