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