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