diff --git a/src/api/modular/main/BookingLedger.js b/src/api/modular/main/BookingLedger.js index e4afa71..2cbdb9e 100644 --- a/src/api/modular/main/BookingLedger.js +++ b/src/api/modular/main/BookingLedger.js @@ -951,9 +951,8 @@ export function PageDataByBooking (parameter) { export function RefreshBillTrace (parameter) { return axios({ - url: '/BookingOrder/RefreshBillTrace', - method: 'post', - params: parameter + url: '/BookingYunZong/RefreshYunZong?' + parameter, + method: 'post' }) } diff --git a/src/components/MultiTab/MultiTab.vue b/src/components/MultiTab/MultiTab.vue index a6b4842..d2bc508 100644 --- a/src/components/MultiTab/MultiTab.vue +++ b/src/components/MultiTab/MultiTab.vue @@ -68,11 +68,12 @@ export default { } }) } else { - this[action](targetKey) + if (!this.inBookingDetailsSave) { + this[action](targetKey) const $data = this.needSavePages delete $data[targetKey] this.setNeedSavePages($data) - console.log(this.needSavePages) + } } } else { if (targetKey === '/bookingLedger') { diff --git a/src/views/main/BookingCustomerLedger/detail/index.vue b/src/views/main/BookingCustomerLedger/detail/index.vue index 7463e6f..a3fd489 100644 --- a/src/views/main/BookingCustomerLedger/detail/index.vue +++ b/src/views/main/BookingCustomerLedger/detail/index.vue @@ -1,9 +1,7 @@