task#13769,人员录入测试弹出

This commit is contained in:
2024-05-15 18:41:13 +08:00
parent c872a9d4d8
commit 9cf7e1e424

View File

@ -311,7 +311,7 @@ export default {
}
let bbb = this.drivingLicenceName.replace(/[^\u4e00-\u9fff]+/g, '');
if( this.driverName && bbb != aaa ) {
this.$toast('aaa2',aaa,bbb)
this.$toast('aaa2',aaa+bbb)
// this.$toast('身份证信息与驾驶证信息不匹配')
}
}
@ -337,7 +337,7 @@ export default {
let driverName=this.driverName.replace(/[^\u4e00-\u9fff]+/g, '');
if( drivingLicenceName != driverName ) {
this.$toast('aaa3',drivingLicenceName,driverName)
this.$toast('aaa3',drivingLicenceName+driverName)
// this.$toast('身份证信息与驾驶证信息不匹配闫杰')
return
}