diff --git a/src/views/main/BookingLedger/detail/components/sedOrder.vue b/src/views/main/BookingLedger/detail/components/sedOrder.vue index ef93f58..4fdab5a 100644 --- a/src/views/main/BookingLedger/detail/components/sedOrder.vue +++ b/src/views/main/BookingLedger/detail/components/sedOrder.vue @@ -614,6 +614,7 @@ export default { BookingOrderGet({ id: this.id }).then(res => { + this.sedOrderList = { ...res.data.hbList } this.editDetails = { ...res.data.hbList[this.editIndex] } this.$forceUpdate() })