mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into fix/uploadBankSlip
This commit is contained in:
@@ -528,10 +528,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
this.getBooking();
|
this.getBooking()
|
||||||
this.initBooking();
|
this.initBooking()
|
||||||
this.getRate();
|
this.getRate()
|
||||||
this.getBookingTableComplete();
|
this.getBookingTableComplete()
|
||||||
|
this.listen()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// listen to update rate changes
|
// listen to update rate changes
|
||||||
|
|||||||
Reference in New Issue
Block a user