|
@@ -1120,7 +1120,7 @@
|
|
|
phoneArr.push(v.phone)
|
|
|
})
|
|
|
const sameIndex = this.findDuplicateIndex(phoneArr)
|
|
|
- if(sameIndex!== -1) {
|
|
|
+ if(sameIndex!== -1 && this.infoMap.phone) {
|
|
|
this.infoCheckMap.phone = '该手机号已报名'
|
|
|
this.haveSamePhone = true
|
|
|
} else {
|
|
@@ -1189,7 +1189,7 @@
|
|
|
phoneArr.push(v.phone)
|
|
|
})
|
|
|
const sameIndex = this.findDuplicateIndex(phoneArr)
|
|
|
- if(sameIndex!== -1) {
|
|
|
+ if(sameIndex!== -1 && infoMap.phone) {
|
|
|
this.infoOtherCheckMap[sameIndex - 1].phone = '该手机号已报名'
|
|
|
this.haveSamePhone = true
|
|
|
} else {
|