fix real time update rate not working

This commit is contained in:
Jack Goh
2018-09-18 11:24:38 +08:00
parent af9d052684
commit c368a8c5aa
+5 -4
View File
@@ -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