@ -157,9 +157,9 @@ export default {
arr.push(z)
})
if (this.tripPartners.length) {
arr = arr.concat(this.tripPartners)
}
// if (this.tripPartners.length) {
// arr = arr.concat(this.tripPartners)
// }
let newArr = arr.concat(this.allTripPartners)
let repeatId = this.getisRepeat(newArr)
if (repeatId) {