From a302e588bfa7054789a81163381f9968a63171a9 Mon Sep 17 00:00:00 2001 From: lilu Date: Fri, 10 Mar 2023 15:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/BookingLedger/detail/modules/rightContent.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) => {