|
@@ -758,12 +758,12 @@ export default {
|
|
|
console.log(this.dataList.some(e => e.id === ids[i]))
|
|
|
if (!this.dataList.some(e => e.id === ids[i])) {
|
|
|
console.log(333)
|
|
|
- this.$errorMsg(`单被商家取消预约,请刷新页面,重新选择`)
|
|
|
+ this.$errorMsg(`单被商家取消预约,重新选择`)
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
- this.$errorMsg(`单被商家取消预约,请刷新页面,重新选择`)
|
|
|
+ this.$errorMsg(`单被商家取消预约,重新选择`)
|
|
|
return
|
|
|
}
|
|
|
const { data } = await this.getNewDetailPrintDisString()
|