Commit 97e9ec1c authored by youjie's avatar youjie

no message

parent a32874aa
...@@ -1075,7 +1075,7 @@ export default { ...@@ -1075,7 +1075,7 @@ export default {
this.dateRangeFormat = `${this.msg.arrivalDate} - ${this.msg.departureDate} ` this.dateRangeFormat = `${this.msg.arrivalDate} - ${this.msg.departureDate} `
if (this.$refs.qDateProxy) this.$refs.qDateProxy.hide() if (this.$refs.qDateProxy) this.$refs.qDateProxy.hide()
if(this.$q.platform.is.mobile){ if(this.$q.platform.is.mobile){
this.getData() this.getRoom()
} }
}, },
dateDiffer(DateStart,DateEnd) { dateDiffer(DateStart,DateEnd) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment