diff --git a/src/views/main/BookingLedger/detail/modules/rightContent.vue b/src/views/main/BookingLedger/detail/modules/rightContent.vue index 4d2f986..d956952 100644 --- a/src/views/main/BookingLedger/detail/modules/rightContent.vue +++ b/src/views/main/BookingLedger/detail/modules/rightContent.vue @@ -319,7 +319,7 @@ export default { this.remarkList = [] this.logList = [] } else if (nD.id && this.$route.name === 'BookingDetail') { - // this.init() + this.init() } } } @@ -340,6 +340,7 @@ export default { }, getLocal() { this.bookingServiceItem = this.$options.filters['dictData']('booking_service_item') + console.log('== 服务项目 ==', this.bookingServiceItem) this.bookingAttachType = this.$options.filters['dictData']('booking_attach_type') }, getServiceItem () { @@ -347,6 +348,7 @@ export default { bookingId: this.id }) .then(res => { + debugger if (res.success) { } }) .catch((err) => {