|
@@ -757,12 +757,13 @@ export default {
|
|
|
for (let i = 0; i < ids.length; i++) {
|
|
|
console.log(this.dataList.some(e => e.id === ids[i]))
|
|
|
if (!this.dataList.some(e => e.id === ids[i])) {
|
|
|
- console.log(333)
|
|
|
+ this.tableSelection= []
|
|
|
this.$errorMsg(`单被商家取消预约,重新选择`)
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
+ this.tableSelection= []
|
|
|
this.$errorMsg(`单被商家取消预约,重新选择`)
|
|
|
return
|
|
|
}
|