@ -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()
})