|
|
|
@ -1037,7 +1037,12 @@ export default {
|
|
|
|
|
'$route.query': {
|
|
|
|
|
immediate: true,
|
|
|
|
|
handler(nD, oD) {
|
|
|
|
|
this.id = this.$route.query.id
|
|
|
|
|
if (this.$route.query.isCopy) {
|
|
|
|
|
this.id = ''
|
|
|
|
|
} else {
|
|
|
|
|
this.id = this.$route.query.id
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// if (this.$route.name === 'BookingDetail') {
|
|
|
|
|
// // this.init()
|
|
|
|
|
// }
|
|
|
|
|